Skip to content

Commit

Permalink
use trusty in travis for hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Jun 18, 2017
1 parent 82a8586 commit ce4fb8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: php

php:
- 7.1
- 7.0
Expand All @@ -10,6 +9,9 @@ services:
- redis-server
- memcached

dist: trusty
sudo: required

before_script:
- if [ "${TRAVIS_PHP_VERSION}" != "hhvm" && "${TRAVIS_PHP_VERSION}" != "7.0" ]; then echo -e "extension = redis.so\nextension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
- composer install
Expand Down

0 comments on commit ce4fb8a

Please sign in to comment.