Skip to content

Commit 80e4049

Browse files
committed
travis - test also w/ PHP 7.2 & nightly
1 parent df2f3e7 commit 80e4049

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
7+
- nightly
68

79
env:
810
matrix:
911
- COMPOSER_FLAGS="--prefer-lowest"
1012
- COMPOSER_FLAGS=""
1113

14+
matrix:
15+
allow_failures:
16+
- php: nightly
17+
1218
before_script:
1319
- travis_retry composer self-update
1420
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

0 commit comments

Comments
 (0)