Commit 7c7d81f0 authored by Fabien Potencier's avatar Fabien Potencier

removed support for HHVM

parent 678d0489
......@@ -12,9 +12,6 @@ cache:
- $HOME/.composer/cache/files
- $HOME/.symfony-phpunit
before_install:
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
before_script:
# Twig 1.x
- if [[ $TWIG_VERSION != 2.0 ]]; then sed -i 's/~1.8|~2.0/~1.8/g' composer.json; fi
......@@ -56,5 +53,3 @@ matrix:
- php: 7.0
- php: 7.1
- php: 7.2
- php: hhvm
dist: trusty
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment