Skip to content

Commit

Permalink
Have composer prefer source to bypass GitHub API limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
simensen committed Mar 12, 2014
1 parent 8e5dda1 commit 53a6b87
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 @@ -7,6 +7,6 @@ php:
- hhvm

before_script:
- composer install --dev
- composer install --prefer-source

script: vendor/bin/phpunit --configuration phpunit.xml.dist test

0 comments on commit 53a6b87

Please sign in to comment.