Skip to content

Commit

Permalink
Using source distributions since otherwise hitting travis' github API…
Browse files Browse the repository at this point in the history
… limit
  • Loading branch information
Ocramius committed Feb 6, 2014
1 parent f784e1b commit 35c390b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,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-dist --dev
- composer install --prefer-source --dev

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

Expand Down

0 comments on commit 35c390b

Please sign in to comment.