Tweaking .travis.yml to install bundler version to meet rails 4 dependency

This commit is contained in:
Ben Atkins 2013-03-08 10:44:55 -05:00
parent 5122d8daf7
commit a1b30d4dc4
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ language: ruby
rvm:
- 2.0.0
- 1.9.3
before_install:
- gem install bundler --version '~> 1.3'