We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70dc223 + 2785288 commit d24e876Copy full SHA for d24e876
.travis.yml
@@ -36,7 +36,6 @@ before_install:
36
- sudo service elasticsearch restart
37
before_script:
38
- |
39
- sleep 10
40
[[ $COVERAGE == "true" ]] || phpenv config-rm xdebug.ini
41
./.travis/before_script.sh
42
script: phpunit -c magento2/dev/tests/$TEST_SUITE `[[ $COVERAGE == "true" ]] && echo "--coverage-text --coverage-clover=/tmp/coverage.clover"`
.travis/before_script.sh
@@ -48,5 +48,7 @@ case $TEST_SUITE in
48
sed -i '/amqp/d' etc/install-config-mysql.php
49
50
cd ../../..
51
+ echo "Wait for ElasticSearch on port 9200..."
52
+ curl -X GET localhost:9200/_cluster/health?wait_for_status=yellow&timeout=10s
53
;;
54
esac
0 commit comments