Skip to content

Commit

Permalink
composer: no need to prefer-source in travis runs
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 23, 2015
1 parent c511cda commit 8f57303
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 @@ -9,7 +9,7 @@ php:
- 7.0

before_script:
- composer update --prefer-source
- composer update
- mysql -e 'create database xhprof;'
- mysql xhprof < ./setup/database.sql

Expand Down

0 comments on commit 8f57303

Please sign in to comment.