Skip to content

Commit

Permalink
remove hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jun 1, 2017
1 parent 3209c00 commit dd8e12a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: php
dist: trusty
php:
- 5.6
- 7.0
- 7.1
- hhvm
sudo: false
services:
- mysql
before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- phpenv config-rm xdebug.ini
install:
- composer install
before_script:
Expand Down

0 comments on commit dd8e12a

Please sign in to comment.