Skip to content

Commit

Permalink
Using same bundler version for all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
denvazh committed Oct 8, 2015
1 parent f03ee04 commit 7d5df99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ rvm:

cache: bundler

script: 'bundle exec rake test'
before_install:
- gem install bundler -v '1.8.6'

script: bundle exec rake test

matrix:
allow_failures:
Expand Down

0 comments on commit 7d5df99

Please sign in to comment.