Skip to content

Commit 01f0151

Browse files
committed
[CI] Use the stock Elasticsearch pre-installed by Travis
1 parent bd27527 commit 01f0151

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ rvm:
1616
jdk:
1717
- openjdk7
1818

19-
install:
20-
- curl -# https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.tar.gz | tar xz -C /tmp || true
21-
2219
services:
2320
- mongodb
2421

@@ -27,7 +24,7 @@ before_script:
2724
- rake bundle:install
2825

2926
script:
30-
- SERVER=start TEST_BUILD_REF=origin/0.90 TEST_CLUSTER_COMMAND=/tmp/elasticsearch-0.90.10/bin/elasticsearch TEST_CLUSTER_NODES=1 bundle exec rake test:all
27+
- SERVER=start bundle exec rake test:all
3128

3229
gemfile:
3330
- $PWD/elasticsearch-model/gemfiles/3.0.gemfile

0 commit comments

Comments
 (0)