Skip to content

Commit 320d60a

Browse files
committed
restrict ruby testing to version 2.3.3
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
1 parent 12b317e commit 320d60a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ language: ruby
33
cache: bundler
44

55
rvm:
6-
- 2.0
7-
- 2.2
8-
- 2.3.1
6+
- 2.3.3
97

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

0 commit comments

Comments
 (0)