Skip to content

Commit c5a808a

Browse files
committed
Add Ruby 2.3 in the test matrix
1 parent 81778d4 commit c5a808a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ rvm:
88
- 1.9.2
99
- 1.9.3
1010
- 2.0.0
11-
- 2.1
12-
- 2.2.4
11+
- 2.1.10
12+
- 2.2.5
13+
- 2.3.1
1314
- jruby-18mode
1415
- jruby-19mode
1516
- jruby-head
@@ -26,3 +27,4 @@ matrix:
2627
fast_finish: true
2728
script: bundle exec thor spec
2829
sudo: false
30+
cache: bundler

0 commit comments

Comments
 (0)