Skip to content

Commit

Permalink
[CI] Test against Ruby 2.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger committed Feb 11, 2018
1 parent 04d552f commit 4aa3261
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
- jruby-head
# - rbx-2
Expand All @@ -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

0 comments on commit 4aa3261

Please sign in to comment.