mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
ad2ccfe906
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
21 lines
401 B
YAML
21 lines
401 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1
|
|
- 2.2
|
|
|
|
before_install:
|
|
- gem install bundler
|
|
|
|
gemfile:
|
|
- gemfiles/rails_3.2.gemfile
|
|
- gemfiles/rails_4.0.gemfile
|
|
- gemfiles/rails_4.1.gemfile
|
|
- gemfiles/rails_4.2.gemfile
|
|
- gemfiles/mongoid_3.1.gemfile
|
|
- gemfiles/nobrainer.gemfile
|
|
|
|
addons:
|
|
code_climate:
|
|
repo_token: 177e04fc590139a13502e44a2628979c4e8b94acdb10c78af7c6f913ef7950bd
|