Skip to content

Commit

Permalink
Travis should prefer dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Sep 7, 2013
1 parent 64c56b2 commit 82bb6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'create database doctrine_tests;' -U postgres; fi"
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'create database doctrine_tests_tmp;' -U postgres; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS doctrine_tests_tmp;create database IF NOT EXISTS doctrine_tests;'; fi"
- composer install --prefer-source --dev
- composer install --prefer-dist --dev

script: phpunit --configuration tests/travis/$DB.travis.xml

Expand Down

0 comments on commit 82bb6b7

Please sign in to comment.