This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
syslog-ng-formula
forked from
ExternalMirrors/syslog-ng-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Update Ruby version
master
Nicolas Rodriguez
7 years ago
parent
07538cd954
commit
c4db6871ea
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+1
-1
.travis.yml
+1
-1
Gemfile
+ 1
- 1
.travis.yml
View File
@@ -2,7 +2,7 @@ language: ruby
sudo: required
cache: bundler
rvm:
- 2.3.
4
- 2.3.
5
services:
- docker
script:
+ 1
- 1
Gemfile
View File
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.3.
4
'
ruby '2.3.
5
'
gem 'test-kitchen'
gem 'kitchen-docker'
Write
Preview
Loading…
Cancel
Save