Auto status change to "Under Review"
Show More
@@ -25,8 +25,8 b' matrix:' | |||||
25 |
|
25 | |||
26 | install: |
|
26 | install: | |
27 | - wget ${ES_DOWNLOAD_URL} |
|
27 | - wget ${ES_DOWNLOAD_URL} | |
28 | - tar -xzf elasticsearch-${ES_VERSION}.tar.gz |
|
28 | - tar -xzf elasticsearch-oss-${ES_VERSION}.tar.gz | |
29 | - ./elasticsearch-${ES_VERSION}/bin/elasticsearch & |
|
29 | - ./elasticsearch-oss-${ES_VERSION}/bin/elasticsearch & | |
30 | - travis_retry pip install -U setuptools pip tox |
|
30 | - travis_retry pip install -U setuptools pip tox | |
31 |
|
31 | |||
32 | script: |
|
32 | script: |
General Comments 4
Auto status change to "Under Review"
You need to be logged in to leave comments.
Login now