Skip to content

Commit

Permalink
Merge pull request #71 from cachedout/update_excon
Browse files Browse the repository at this point in the history
Update gems
  • Loading branch information
myii authored Apr 21, 2020
2 parents d757942 + aceb121 commit ead9fcf
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 105 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
sudo: required
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
## Machine config
os: 'linux'
arch: 'amd64'
dist: 'bionic'
version: '~> 1.0'

language: ruby
## Language and cache config
language: 'ruby'
cache: 'bundler'

## Services config
services:
- docker

## Script to run for the test stage
script: ./test/run.sh
11 changes: 6 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"
# frozen_string_literal: true

gem "test-kitchen"
gem "kitchen-docker"
gem "kitchen-salt"
gem 'kitchen-inspec'
source 'https://rubygems.org'

gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-inspec', '>= 1.1'
gem 'kitchen-salt', '>= 0.6.0'
Loading

0 comments on commit ead9fcf

Please sign in to comment.