Skip to content

Commit eed8a11

Browse files
committed
Don't allow PHP 7.0 to fail
1 parent 583d720 commit eed8a11

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@ php:
77
- 7.0
88
- hhvm
99

10-
matrix:
11-
fast_finish: true
12-
allow_failures:
13-
- php: 7.0
14-
1510
sudo: false
16-
11+
1712
install:
1813
- travis_retry composer install --no-interaction --prefer-source
19-
14+
2015
script:
2116
- if [ "$TRAVIS_PHP_VERSION" != "5.5.9" ] && [ "$TRAVIS_PHP_VERSION" != "5.5" ] && [ "$TRAVIS_PHP_VERSION" != "5.6" ]; then vendor/bin/phpunit; vendor/bin/phpspec run; fi
2217
- if [ "$TRAVIS_PHP_VERSION" == "5.5.9" ] || [ "$TRAVIS_PHP_VERSION" == "5.5" ] || [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi

0 commit comments

Comments
 (0)