We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd27527 commit 01f0151Copy full SHA for 01f0151
.travis.yml
@@ -16,9 +16,6 @@ rvm:
16
jdk:
17
- openjdk7
18
19
-install:
20
- - curl -# https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.tar.gz | tar xz -C /tmp || true
21
-
22
services:
23
- mongodb
24
@@ -27,7 +24,7 @@ before_script:
27
- rake bundle:install
28
25
29
26
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
+ - SERVER=start bundle exec rake test:all
31
32
gemfile:
33
- $PWD/elasticsearch-model/gemfiles/3.0.gemfile
0 commit comments