Skip to content

Commit de758d7

Browse files
Allow failures on PHP7
1 parent c5766ed commit de758d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ script:
2020
- vendor/bin/phpunit --coverage-clover=coverage.xml
2121

2222
after_success:
23-
- bash <(curl -s https://codecov.io/bash)
23+
- bash <(curl -s https://codecov.io/bash)
24+
25+
matrix:
26+
allow_failures:
27+
- php: 7.0
28+
fast_finish: true

0 commit comments

Comments
 (0)