Skip to content

Commit 4fef40a

Browse files
committed
restrict ruby testing to version 2.3.3
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
1 parent 06529b2 commit 4fef40a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
language: ruby
33
cache: bundler
44
rvm:
5-
- 2.0
6-
- 2.2
7-
- 2.3.1
5+
- 2.3.3
86

97
bundler_args: --without integration
108
script: bundle exec rake

0 commit comments

Comments
 (0)