Skip to content

Commit 58f80a9

Browse files
committed
Allow php nightlies to fail
1 parent 3949449 commit 58f80a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ php:
55
- '7.1'
66
- '7.2'
77
- nightly
8+
env: # important!
9+
matrix:
10+
allow_failures:
11+
- php: nightly
12+
813
before_script:
914
- travis_retry composer self-update
1015
- travis_retry composer install --no-interaction --prefer-source --dev

0 commit comments

Comments
 (0)