1
0
Fork 0
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:
Gerard Caulfield 2016-05-05 13:58:25 +10:00
parent a90f54c32f
commit ad2ccfe906
No known key found for this signature in database
GPG key ID: 623B327128A9BEC3

View file

@ -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