mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
4f0705b999
* Update CHANGELOG.md Added credit for PR and tag release * Added additional rubies for Continuous integration; cleaned up travis config * Updated travis config with more rubies * Allow failures in wrong place * Another typo * Restore monoid_4.0 gemfile * Removed travis config for mongoid 4 * Ruby 2.7 can fail CI until we can get it working * Fixed allow failures syntax Co-authored-by: Bryan Hanks, PMP <bryan@master-developer.com>
38 lines
723 B
YAML
38 lines
723 B
YAML
language: ruby
|
|
cache: bundler
|
|
os: linux
|
|
dist: xenial
|
|
|
|
rvm:
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
- ruby-head
|
|
|
|
|
|
before_install:
|
|
- gem install bundler
|
|
|
|
gemfile:
|
|
- gemfiles/rails_5.0.gemfile
|
|
- gemfiles/rails_5.1.gemfile
|
|
- gemfiles/rails_5.2.gemfile
|
|
- gemfiles/rails_6.0.gemfile
|
|
- gemfiles/rails_6.1.gemfile
|
|
- gemfiles/mongoid_5.0.gemfile
|
|
- gemfiles/mongoid_6.0.gemfile
|
|
- gemfiles/mongoid_7.0.gemfile
|
|
- gemfiles/mongoid_7.1.gemfile
|
|
|
|
jobs:
|
|
allow_failures:
|
|
- rvm: 2.7
|
|
- rvm: ruby-head
|
|
include:
|
|
- rvm: 2.6
|
|
env: RUBYOPT="--enable-frozen-string-literal"
|
|
gemfile: gemfiles/rails_5.2.gemfile
|
|
|
|
addons:
|
|
code_climate:
|
|
repo_token: b84a33c35c698270ad54261655bc25161a0853386825a2d54fb1c7a11c2b2785
|