Skip to content

Commit

Permalink
use composer install with dist for faster endor's download
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonas Šerlinskas committed Mar 15, 2018
1 parent e13ba9d commit 8e695cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ install:
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
before_script:
- composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH
- composer install --no-interaction
- composer install --no-interaction --prefer-dist
script:
- wget -q --waitretry=1 --retry-connrefused -T 10 -O - http://127.0.0.1:9200
- vendor/bin/phpunit --coverage-clover=coverage.clover
Expand Down

0 comments on commit 8e695cc

Please sign in to comment.