mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Tweaking .travis.yml to install bundler version to meet rails 4 dependency
This commit is contained in:
parent
5122d8daf7
commit
a1b30d4dc4
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@ language: ruby
|
|||
rvm:
|
||||
- 2.0.0
|
||||
- 1.9.3
|
||||
before_install:
|
||||
- gem install bundler --version '~> 1.3'
|
||||
|
|
Loading…
Reference in a new issue