Skip to content

Commit

Permalink
update timezone for hhvm + coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Kozyrev committed Nov 3, 2014
1 parent ead77af commit 6b69752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ php:

before_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-add .travis.php.ini; fi;'
- 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* ]]; then echo -e '\nhhvm.libxml.ext_entity_whitelist = "file"\n - if [[ "$TRAVIS_PHP_VERSION" == hhvm* ]]; then echo -e '\nhhvm.libxml.ext_entity_whitelist = "file"\ndate.timezone = "UTC"' | sudo tee -a /etc/hhvm/php.ini; fi' | sudo tee -a /etc/hhvm/php.ini; fi
- composer self-update
- composer install --dev --no-interaction
- mkdir -p build/logs
Expand Down

0 comments on commit 6b69752

Please sign in to comment.