We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07538cd commit c4db687Copy full SHA for c4db687
.travis.yml
@@ -2,7 +2,7 @@ language: ruby
2
sudo: required
3
cache: bundler
4
rvm:
5
- - 2.3.4
+ - 2.3.5
6
services:
7
- docker
8
script:
Gemfile
@@ -1,5 +1,5 @@
1
source 'https://rubygems.org'
-ruby '2.3.4'
+ruby '2.3.5'
gem 'test-kitchen'
gem 'kitchen-docker'
0 commit comments