Skip to content

Commit

Permalink
Add workaround for HHVM errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed May 27, 2018
1 parent a60755a commit 26a409c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ matrix:
- php: hhvm-nightly

before_script:
- if [[ $TRAVIS_PHP_VERSION = "hhvm"* ]]; then echo hhvm.hack_compiler_default=false > /etc/hhvm/php.ini; fi
- sh .travis.sh install

script:
Expand Down

0 comments on commit 26a409c

Please sign in to comment.