Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
urakozz committed Aug 2, 2014
1 parent 65e4933 commit 9a775ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ php:
- hhvm

before_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-add .travis.php.ini; fi;'
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-add config/config.ini; fi;'
- composer self-update
- composer install --dev --no-interaction
- mkdir -p build/logs
Expand Down

0 comments on commit 9a775ad

Please sign in to comment.