Skip to content

Commit d6a22d0

Browse files
committed
1 parent 091deff commit d6a22d0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.travis.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)