mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 19:30:47 -07:00
Merge pull request #981 from nicolasleger/patch-1
[CI] Test against Ruby 2.5 version
This commit is contained in:
+3
-1
@@ -5,6 +5,7 @@ rvm:
|
|||||||
- 2.2
|
- 2.2
|
||||||
- 2.3
|
- 2.3
|
||||||
- 2.4
|
- 2.4
|
||||||
|
- 2.5
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- jruby-head
|
- jruby-head
|
||||||
# - rbx-2
|
# - rbx-2
|
||||||
@@ -18,13 +19,14 @@ addons:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- rvm: ruby-head
|
||||||
- rvm: jruby-head
|
- rvm: jruby-head
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- gem install rainbow -v 2.2.1
|
- gem install rainbow -v 2.2.1
|
||||||
- bundle install
|
- bundle install
|
||||||
|
|
||||||
script: "bundle exec rake"
|
script: bundle exec rake
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
disable: true
|
disable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user