Getting travis to use new bundler

dev
Andy Meneely 2014-07-19 08:31:30 -04:00
parent 11d2730b44
commit cfcfa063d8
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- 2.0.0 - 2.0.0
- 2.1.0 - 2.1.2
before_install: gem install bundler --version '~> 1.6'