Skip to content

Commit 007c343

Browse files
committed
[CI] Added 3.0 and 4.0 to the Travis matrix
1 parent 189b33a commit 007c343

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@ before_script:
2626
script:
2727
- 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
2828

29+
gemfile:
30+
- $PWD/elasticsearch-model/gemfiles/3.0.gemfile
31+
- $PWD/elasticsearch-model/gemfiles/4.0.gemfile
32+
2933
notifications:
3034
disable: true

0 commit comments

Comments
 (0)