Merge pull request #981 from nicolasleger/patch-1

[CI] Test against Ruby 2.5 version
This commit is contained in:
Justin Li
2018-03-05 11:23:18 -05:00
committed by GitHub
+3 -1
View File
@@ -5,6 +5,7 @@ rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
- jruby-head
# - rbx-2
@@ -18,13 +19,14 @@ addons:
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
install:
- gem install rainbow -v 2.2.1
- bundle install
script: "bundle exec rake"
script: bundle exec rake
notifications:
disable: true