Browse Source

Merge pull request #11 from Martin819/master

Update .travis.yml and notififcations
master
Filip Pytloun 7 years ago
parent
commit
2983e19198
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .travis.yml

+ 1
- 3
.travis.yml View File

gem 'kitchen-docker' gem 'kitchen-docker'
gem 'kitchen-inspec' gem 'kitchen-inspec'
gem 'inspec' gem 'inspec'
gem 'kitchen-salt', :git => 'https://github.com/epcim/kitchen-salt.git', :branch => 'dependencis-pkg-repo2'
#Waiting for PR#78
#gem 'kitchen-salt', '>=0.2.25'
gem 'kitchen-salt', :git => 'https://github.com/salt-formulas/kitchen-salt.git'
- bundle install - bundle install


env: env:

Loading…
Cancel
Save