Skip to content

Commit

Permalink
make sure stable dependencies versions will be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
saimaz committed Feb 20, 2020
1 parent bc7ee2f commit 58bd293
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 @@ -14,7 +14,7 @@ install:
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
before_script:
- if [ "$GITHUB_COMPOSER_AUTH" ]; then composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH; fi
- composer install --no-interaction --prefer-stable
- composer update --no-interaction --prefer-stable
script:
- wget -q --waitretry=1 --retry-connrefused -T 10 -O - http://127.0.0.1:9200
- vendor/bin/phpunit --coverage-clover=coverage.xml
Expand Down

0 comments on commit 58bd293

Please sign in to comment.