Skip to content

Commit 0646f1b

Browse files
committed
Update travis config to test againt 7.0, 7.1, and nightly. Allow nightly failures.
1 parent a4c32f0 commit 0646f1b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7
8+
- 7.0
9+
- 7.1
10+
- nightly
911
- hhvm
1012

13+
matrix:
14+
allow_failures:
15+
- php: nightly
16+
1117
sudo: false
1218

1319
install:
1420
- composer install --no-interaction
15-
21+
1622
script:
1723
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)