Skip to content

Commit e99d62b

Browse files
committed
update travis config
1 parent 73c4852 commit e99d62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
1010
install:
1111
- wget ${ES_DOWNLOAD_URL}
12-
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
12+
- tar -xzf elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
1313
- ./elasticsearch-${ES_VERSION}/bin/elasticsearch -d
1414
before_script:
1515
- if [ "$GITHUB_COMPOSER_AUTH" ]; then composer config -g github-oauth.github.com $GITHUB_COMPOSER_AUTH; fi

0 commit comments

Comments
 (0)