Skip to content

Commit 1700ff8

Browse files
committed
Another travis attempt
1 parent 7c09f51 commit 1700ff8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ before_script:
3535
- gem install bundler -v 1.11.2
3636
- rake setup
3737
- rake elasticsearch:update
38-
- rake bundle:clean
39-
- rake bundle:install
38+
- echo elasticsearch-* elasticsearch | xargs -n1 -IFF sh -c 'echo processing bundle for FF && cd FF && bundle && cd ..'
4039

4140
script:
4241
- SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_BUILD_REF=tags/v$ES_VERSION TEST_CLUSTER_COMMAND=/tmp/elasticsearch-$ES_VERSION/bin/elasticsearch rake test:$TEST_SUITE

0 commit comments

Comments
 (0)