Skip to content

Commit

Permalink
CI: Test against Ruby 2.5.0
Browse files Browse the repository at this point in the history
Test against latest patched versions
Remove duplicate Rouge 1.x testing
  • Loading branch information
DirtyF committed Jan 3, 2018
1 parent a3351cf commit 72059d1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Expand Up @@ -5,16 +5,15 @@ language: ruby
sudo: false

rvm:
- &ruby1 2.4.2
- &ruby2 2.3.5
- &ruby3 2.2.8
- &ruby4 2.1.10
- &ruby1 2.5
- &ruby2 2.4
- &ruby3 2.3
- &ruby4 2.2
- &ruby5 2.1
- &jruby jruby-9.1.14.0

matrix:
include:
- rvm: *ruby1
env: TEST_SUITE=test ROUGE=1.11.1
- rvm: *ruby1
env: TEST_SUITE=fmt
- rvm: *ruby1
Expand Down

0 comments on commit 72059d1

Please sign in to comment.