Skip to content

Commit aa220d4

Browse files
committed
restrict ruby testing to version 2.3.3
Signed-off-by: Patrick Münch <[email protected]>
1 parent 84e49db commit aa220d4

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)