mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Ruby 2.7 and latest were causing travis to be really slow and we know they don't work now
This commit is contained in:
parent
77390135c0
commit
69cd7cf87e
1 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@ dist: xenial
|
||||||
rvm:
|
rvm:
|
||||||
- 2.5
|
- 2.5
|
||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
|
||||||
- ruby-head
|
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
@ -31,7 +29,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- rvm: 2.6
|
- rvm: 2.6
|
||||||
env: RUBYOPT="--enable-frozen-string-literal"
|
env: RUBYOPT="--enable-frozen-string-literal"
|
||||||
gemfile: gemfiles/rails_5.2.gemfile
|
gemfile: gemfiles/rails_6.1.gemfile
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
code_climate:
|
code_climate:
|
||||||
|
|
Loading…
Reference in a new issue