Skip to content

Commit e696f4a

Browse files
committed
[CI] Make sure we use Bundler 1.6.2 on Travis
Until further investigation...
1 parent 6c83714 commit e696f4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ services:
2323
before_script:
2424
- ls -la /usr/share/elasticsearch/bin/elasticsearch
2525
- echo $PWD
26+
- gem uninstall bundler -axI
27+
- gem install bundler -v 1.6.2
2628
- rake bundle:clean
2729
- rake bundle:install
2830

0 commit comments

Comments
 (0)