Skip to content

Commit

Permalink
Travis-CI: Ruby 2.3 is EOL (not maintained), add Ruby 2.4,2.5,2.6 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail authored and nevalla committed Dec 17, 2019
1 parent 4281f80 commit d2ca82d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: ruby
rvm:
- 2.0.0-p648
- 2.1.9
- 2.2.5
- 2.3.1
- 2.4
- 2.5
- 2.6
cache: bundler
script: bundle install && bundle exec rspec spec/

0 comments on commit d2ca82d

Please sign in to comment.