Skip to content

Commit 3147637

Browse files
committed
ES nightly build has moved since moving to JDK7
1 parent ef30042 commit 3147637

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
@@ -15,7 +15,7 @@ env:
1515

1616
install:
1717
- mkdir /tmp/elasticsearch
18-
- wget -O - http://s3-us-west-2.amazonaws.com/build.elasticsearch.org/origin/master/nightly/JDK6/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
18+
- wget -O - http://s3-us-west-2.amazonaws.com/build.elasticsearch.org/origin/master/nightly/JDK7/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
1919
- git clone https://github.com/elasticsearch/elasticsearch.git ../elasticsearch
2020
- pip install .
2121

0 commit comments

Comments
 (0)