Skip to content
Snippets Groups Projects
Unverified Commit 8e695ccf authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

use composer install with dist for faster endor's download

parent e13ba9db
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment