Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
prefer-dist for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Allan committed May 9, 2016
1 parent 382371d commit a7f46ff
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 @@ cache:

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- node tests/server.js &

script:
Expand Down

0 comments on commit a7f46ff

Please sign in to comment.