Skip to content

Commit bc1e984

Browse files
committed
add allow_failures nightly as already use php 8.0.0-dev
1 parent 953415c commit bc1e984

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ script:
2424
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then bin/php-coveralls -v --exclude-no-stmt; fi
2525

2626
notifications:
27-
email: false
27+
email: false
28+
29+
matrix:
30+
allow_failures:
31+
- php: nightly

0 commit comments

Comments
 (0)