We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 382b7f5 + d4e03b5 commit 84ecb9eCopy full SHA for 84ecb9e
.travis.yml
@@ -15,8 +15,8 @@ php:
15
- 5.4
16
- 5.5
17
- 5.6
18
- - nightly
19
- - hhvm-nightly
+ - 7.0
+ - hhvm
20
21
matrix:
22
fast_finish: true
@@ -25,7 +25,7 @@ matrix:
25
env: deps="low"
26
27
before_script:
28
- - if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then pecl install geoip; fi
+ - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then pecl install geoip; fi
29
- composer self-update
30
- if [ "$deps" = "low" ]; then composer update --prefer-dist --prefer-lowest; fi
31
- if [ "$deps" = "" ]; then composer install --prefer-dist --no-interaction; fi
0 commit comments