Skip to content

Commit 8b48dfe

Browse files
committed
Use latest stable releases of all rubies in CI
1 parent 1c7dc4c commit 8b48dfe

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ sudo: false
44

55
matrix:
66
include:
7-
- rvm: 2.3.1
7+
- rvm: 2.4.1
8+
- rvm: 2.4.1
89
script:
910
- bundle exec danger
10-
- rvm: 2.3.1
11-
- rvm: 2.3.0
12-
- rvm: 2.2.5
13-
- rvm: 2.4.0
11+
- rvm: jruby-9.1.12.0
12+
- rvm: jruby-head
13+
- rvm: 2.2.7
14+
- rvm: 2.3.4
1415
- rvm: rbx-2
1516
- rvm: ruby-head
16-
- rvm: jruby-head
17-
- rvm: jruby-9.1.7.0
1817
allow_failures:
1918
- rvm: ruby-head
2019
- rvm: jruby-head

0 commit comments

Comments
 (0)