mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Fix travis bundler failures
Currently a good portion of our builds are failing due to the following error NoMethodError: undefined method `spec' for nil:NilClass Fix found here: https://github.com/travis-ci/travis-ci/issues/5239#issuecomment-167355686
This commit is contained in:
parent
a90f54c32f
commit
ad2ccfe906
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ rvm:
|
|||
- 2.1
|
||||
- 2.2
|
||||
|
||||
before_install:
|
||||
- gem install bundler
|
||||
|
||||
gemfile:
|
||||
- gemfiles/rails_3.2.gemfile
|
||||
- gemfiles/rails_4.0.gemfile
|
||||
|
|
Loading…
Reference in a new issue