We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7ee2f commit 58bd293Copy full SHA for 58bd293
.travis.yml
@@ -14,7 +14,7 @@ install:
14
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
15
before_script:
16
- if [ "$GITHUB_COMPOSER_AUTH" ]; then composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH; fi
17
- - composer install --no-interaction --prefer-stable
+ - composer update --no-interaction --prefer-stable
18
script:
19
- wget -q --waitretry=1 --retry-connrefused -T 10 -O - http://127.0.0.1:9200
20
- vendor/bin/phpunit --coverage-clover=coverage.xml
0 commit comments