Skip to content

Commit 7e74b3e

Browse files
committed
Don't allow hhvm to fail in travis
1 parent a78d92d commit 7e74b3e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ php:
77
- hhvm
88
- 7.0
99

10-
matrix:
11-
allow_failures:
12-
- php: hhvm
13-
1410
before_script:
1511
- sudo apt-get update -qq
1612
- sudo apt-get install -y unzip
@@ -21,6 +17,7 @@ before_script:
2117
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then pecl install zip; fi;'
2218
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then pecl install rar; fi;'
2319
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then echo "phar.readonly = 0" > travis.hhvm.ini; fi;'
20+
- /home/travis/.phpenv/versions/$(phpenv version-name)/bin/composer self-update
2421
- composer install --prefer-source
2522

2623
script:

0 commit comments

Comments
 (0)