Skip to content

Commit

Permalink
Merge pull request #67 from goetas/drop-hhvm
Browse files Browse the repository at this point in the history
Drop HHVM
  • Loading branch information
goetas authored Jan 2, 2019
2 parents aca075a + e0eaae5 commit a65afad
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ env:

matrix:
include:
- php: hhvm
sudo: required
dist: trusty
group: edge
env: HHVM=true TWIG_VERSION=^1.28
- php: hhvm-nightly
sudo: required
dist: trusty
group: edge
env: HHVM=true TWIG_VERSION=^1.28
- php: 5.3
dist: precise
- php: 5.4
Expand Down Expand Up @@ -52,7 +42,7 @@ before_script:

script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
- if [ -z "$HHVM" ]; then vendor/bin/php-cs-fixer fix --dry-run --diff; fi
- vendor/bin/php-cs-fixer fix --dry-run --diff

after_script:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ] ; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
Expand Down

0 comments on commit a65afad

Please sign in to comment.