Skip to content

Commit 3237a69

Browse files
committed
Travis CI
1 parent 478e0ce commit 3237a69

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: php
2+
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- 7.1
9+
- 7.2
10+
11+
matrix:
12+
allow_failures:
13+
- php: 7.2
14+
15+
before_script:
16+
- composer self-update
17+
- composer install --prefer-source --no-interaction --dev
18+
19+
script:
20+
- vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"webrtc"
1919
],
2020
"require": {
21-
"php": ">=5.6.4",
21+
"php": ">=5.4.0",
2222
"predis/predis": "^1.1",
2323
"dflydev/apache-mime-types": "^1.0",
2424
"illuminate/support": "^5.5",

0 commit comments

Comments
 (0)