Skip to content

Commit 9ef1ac5

Browse files
author
Arthur Nogueira Neves
committed
Add ruby 2.3 to travis matrix
1 parent 7939460 commit 9ef1ac5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ sudo: false
55
rvm:
66
- 1.9.3
77
- 2.0.0
8-
- 2.1 # tests on latest 2.1.x
9-
- 2.2.4 # tests on latest 2.2.x
8+
- 2.1
9+
- 2.2.4
10+
- 2.3.0
1011

1112
gemfile:
1213
- Gemfile

0 commit comments

Comments
 (0)