We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189b33a commit 007c343Copy full SHA for 007c343
.travis.yml
@@ -26,5 +26,9 @@ before_script:
26
script:
27
- 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
28
29
+gemfile:
30
+ - $PWD/elasticsearch-model/gemfiles/3.0.gemfile
31
+ - $PWD/elasticsearch-model/gemfiles/4.0.gemfile
32
+
33
notifications:
34
disable: true
0 commit comments