Skip to content

Commit

Permalink
Fix: Prefer packages installed from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 21, 2015
1 parent 95fb7bc commit 3297ad6
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 @@ -18,7 +18,7 @@ before_install:
- composer selfupdate

install:
- travis_retry composer install --no-interaction --prefer-source
- composer install --no-interaction --prefer-dist
- if [[ "$CHECK_LINKS" == "true" ]]; then sudo apt-get -y install pypy python-sphinx graphviz; fi

script:
Expand Down

0 comments on commit 3297ad6

Please sign in to comment.