Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
* Ruby 1.9 is no longer necessary as lon as Vagrant 1.4 comes with ruby 2.0
* Fix Bundler version to the latest version < 1.7
  • Loading branch information
ggiamarchi committed Sep 24, 2014
1 parent 8c4dc81 commit 5543b7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
before_install:
- gem install bundler -v 1.6.6
- cd source
install:
- travis_retry bundle install --without debug
- travis_retry bundle _1.6.6_ install --without debug
script:
- bundle exec rake
- bundle _1.6.6_ exec rake

0 comments on commit 5543b7d

Please sign in to comment.