File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # -----------------------------------------------------------------------------
2
+ # Configuration file for http://travis-ci.org/elasticsearch/elasticsearch-rails
3
+ # -----------------------------------------------------------------------------
4
+
5
+ language : ruby
6
+
7
+ branches :
8
+ only :
9
+ - master
10
+ - travis
11
+
12
+ rvm :
13
+ - 1.9.3
14
+ - 2.0.0
15
+
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
+ before_script :
23
+ - rake bundle:clean
24
+ - rake bundle:install
25
+
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
+ notifications :
30
+ disable : true
You can’t perform that action at this time.
0 commit comments