Skip to content

Commit

Permalink
Clean up HHVM condition in before_script
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 14, 2018
1 parent 8236439 commit 0c3a76d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ php:
- 7.3

before_script:
- if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
- composer install

script:
Expand Down

0 comments on commit 0c3a76d

Please sign in to comment.