We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78d92d commit 7e74b3eCopy full SHA for 7e74b3e
.travis.yml
@@ -7,10 +7,6 @@ php:
7
- hhvm
8
- 7.0
9
10
-matrix:
11
- allow_failures:
12
- - php: hhvm
13
-
14
before_script:
15
- sudo apt-get update -qq
16
- sudo apt-get install -y unzip
@@ -21,6 +17,7 @@ before_script:
21
17
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then pecl install zip; fi;'
22
18
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then pecl install rar; fi;'
23
19
- 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
24
- composer install --prefer-source
25
26
script:
0 commit comments