Skip to content

Commit

Permalink
CI: Test against Ruby 2.5.0 (#6664)
Browse files Browse the repository at this point in the history
Merge pull request 6664
  • Loading branch information
jekyllbot committed Jan 5, 2018
1 parent c00054a commit c96289f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Expand Up @@ -5,16 +5,14 @@ language: ruby
sudo: false

rvm:
- &ruby1 2.4.2
- &ruby2 2.3.5
- &ruby3 2.2.8
- &ruby4 2.1.10
- &jruby jruby-9.1.14.0
- &ruby1 2.5.0
- &ruby2 2.4.3
- &ruby3 2.3.6
- &ruby4 2.2.9
- &jruby jruby-9.1.15.0

matrix:
include:
- rvm: *ruby1
env: TEST_SUITE=test ROUGE=1.11.1
- rvm: *ruby1
env: TEST_SUITE=fmt
- rvm: *ruby1
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -28,8 +28,6 @@ environment:
TEST_SUITE: "test"
- RUBY_FOLDER_VER: "22"
TEST_SUITE: "test"
- RUBY_FOLDER_VER: "21"
TEST_SUITE: "test"

test_script:
- ruby --version
Expand Down

0 comments on commit c96289f

Please sign in to comment.