Skip to content

Commit

Permalink
Merge pull request #5 from hason/travis
Browse files Browse the repository at this point in the history
Fix travis configuration for hhvm
  • Loading branch information
goetas committed Dec 21, 2015
2 parents 3e190d5 + cfb4a74 commit 1850210
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ php:
- 5.6
- 7.0
- hhvm
- hhvm-nightly

env:
- SYMFONY_VERSION="~2.3"
Expand All @@ -25,8 +24,7 @@ matrix:
env: SYMFONY_VERSION="~3.0"

before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "hhvm" ]]; then echo -e '\nhhvm.libxml.ext_entity_whitelist = "file"' | sudo tee -a /etc/hhvm/php.ini; fi
- if [[ "$TRAVIS_PHP_VERSION" == "hhvm-nightly" ]]; then echo -e '\nhhvm.libxml.ext_entity_whitelist = "file"' | sudo tee -a /etc/hhvm/php.ini; fi
- if [[ "$TRAVIS_PHP_VERSION" == "hhvm" ]]; then echo -e '\nhhvm.libxml.ext_entity_whitelist = "file"' | tee -a /etc/hhvm/php.ini; fi
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
- composer install --prefer-dist --dev

Expand Down

0 comments on commit 1850210

Please sign in to comment.