Skip to content

Commit 65389ea

Browse files
committed
Remove the allow_failures configuration for PHP 7 in .travis.yml.
PHP 7 is now released and so we should officially support it.
1 parent dbbc50b commit 65389ea

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ php:
77
- 7.0
88
- hhvm
99

10-
matrix:
11-
allow_failures:
12-
- php: 7.0
13-
1410
sudo: false
1511

1612
before_script:
@@ -23,4 +19,4 @@ script:
2319
after_script:
2420
- wget https://scrutinizer-ci.com/ocular.phar
2521
- php ocular.phar code-coverage:upload --format=php-clover log/coverage.xml
26-
- php bin/php-semver-checker-git suggest --allow-detached --details -vvv --include-before=src --include-after=src
22+
- php bin/php-semver-checker-git suggest --allow-detached -vvv --details --include-before=src --include-after=src

0 commit comments

Comments
 (0)