Skip to content

Commit

Permalink
Update travis config to speed up builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 9, 2014
1 parent 68757df commit 7fb656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ matrix:

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
- composer install --prefer-dist --no-interaction --dev
- sh -c "if [ '$PHPCS' != '1' ]; then sudo locale-gen de_DE; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test2;'; fi"
Expand Down

0 comments on commit 7fb656e

Please sign in to comment.