mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Adds support for ruby head (at 2.6 currently) to travis
This commit is contained in:
parent
69b4747815
commit
3e5cef9d39
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@ rvm:
|
|||
- 2.3
|
||||
- 2.4
|
||||
- 2.5
|
||||
- ruby-head
|
||||
|
||||
before_install:
|
||||
- gem install bundler
|
||||
|
@ -19,6 +20,13 @@ gemfile:
|
|||
- gemfiles/mongoid_5.0.gemfile
|
||||
- gemfiles/mongoid_6.0.gemfile
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rvm: ruby-head
|
||||
env: RUBYOPT="--enable-frozen-string-literal"
|
||||
# allow_failures:
|
||||
# - rvm: ruby-head
|
||||
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token: b84a33c35c698270ad54261655bc25161a0853386825a2d54fb1c7a11c2b2785
|
||||
|
|
Loading…
Reference in a new issue