Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84ecb9e

Browse files
committed
Merge pull request #429 from hannesvdvreken/patch-1
Revert #309
2 parents 382b7f5 + d4e03b5 commit 84ecb9e

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)