We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c09f51 commit 1700ff8Copy full SHA for 1700ff8
.travis.yml
@@ -35,8 +35,7 @@ before_script:
35
- gem install bundler -v 1.11.2
36
- rake setup
37
- rake elasticsearch:update
38
- - rake bundle:clean
39
- - rake bundle:install
+ - echo elasticsearch-* elasticsearch | xargs -n1 -IFF sh -c 'echo processing bundle for FF && cd FF && bundle && cd ..'
40
41
script:
42
- 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