File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
- addons :
4
- apt :
5
- packages :
6
- - oracle-java8-installer
7
-
8
- before_install :
9
- - sudo update-java-alternatives -s java-8-oracle
10
- - export JAVA_HOME=/usr/lib/jvm/java-8-oracle/jre
11
- - java -version
12
-
13
3
python :
14
4
- " 2.7"
15
5
- " 3.4"
27
17
28
18
install :
29
19
- mkdir /tmp/elasticsearch
30
- - wget -O - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
20
+ - wget -O - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64 .tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
31
21
- /tmp/elasticsearch/bin/elasticsearch -d
32
22
- travis_retry pip install --upgrade pytest
33
23
- travis_retry pip install git+https://github.com/elastic/elasticsearch-py.git@${ES_PY_VERSION}#egg=elasticsearch
You can’t perform that action at this time.
0 commit comments