Skip to content

Commit d4e03b5

Browse files
Revert #309 to use hhvm instead of hhvm-nightly and php 7.0 instead of nightly
1 parent 382b7f5 commit d4e03b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ php:
1515
- 5.4
1616
- 5.5
1717
- 5.6
18-
- nightly
19-
- hhvm-nightly
18+
- 7.0
19+
- hhvm
2020

2121
matrix:
2222
fast_finish: true
@@ -25,7 +25,7 @@ matrix:
2525
env: deps="low"
2626

2727
before_script:
28-
- if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then pecl install geoip; fi
28+
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then pecl install geoip; fi
2929
- composer self-update
3030
- if [ "$deps" = "low" ]; then composer update --prefer-dist --prefer-lowest; fi
3131
- if [ "$deps" = "" ]; then composer install --prefer-dist --no-interaction; fi

0 commit comments

Comments
 (0)