Skip to content

Commit

Permalink
remove hhvm from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Jul 7, 2016
1 parent 6049d95 commit 0213208
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ matrix:
- os: linux
php: '7.0'

- os: linux
php: hhvm

- os: osx
osx_image: xcode7.3
language: generic
Expand All @@ -26,5 +23,4 @@ install:
- php composer.phar install --dev --no-interaction --ignore-platform-reqs

script:
- if [[ "${TRAVIS_PHP_VERSION}" = "hhv*" ]]; then php -d hhvm.php7.all=1 bin/phpunit ; fi
- if [[ "${TRAVIS_PHP_VERSION}" = "php*" ]]; then bin/phpunit ; fi
- bin/phpunit

0 comments on commit 0213208

Please sign in to comment.