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.
1 parent 73c4852 commit e99d62bCopy full SHA for e99d62b
.travis.yml
@@ -9,7 +9,7 @@ env:
9
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
10
install:
11
- wget ${ES_DOWNLOAD_URL}
12
- - tar -xzf elasticsearch-${ES_VERSION}.tar.gz
+ - tar -xzf elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
13
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
14
before_script:
15
- if [ "$GITHUB_COMPOSER_AUTH" ]; then composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH; fi
0 commit comments