Skip to content

Commit dfbcc6a

Browse files
committed
Fix ruby versions on travis
1 parent eaab887 commit dfbcc6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: ruby
33
rvm:
44
- 2.0.0
55
- 2.1
6-
- 2.2
7-
- 2.3
6+
- 2.2.5
7+
- 2.3.1
88
- rbx-2
99

1010
gemfile:
@@ -21,9 +21,9 @@ matrix:
2121
- rvm: rbx-2
2222
include:
2323
- gemfile: gemfiles/Gemfile-rails-5-0
24-
rvm: 2.3
24+
rvm: 2.3.1
2525
- gemfile: Gemfile
26-
rvm: 2.3
26+
rvm: 2.3.1
2727

2828
notifications:
2929
email: false

0 commit comments

Comments
 (0)