Skip to content

Commit

Permalink
ci(gemfile): restrict train gem version until upstream fix [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#110
  • Loading branch information
myii committed Dec 18, 2019
1 parent 267a7ee commit e66dc66
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,22 @@ jobs:
## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
- env: INSTANCE=repositories-debian-10-master-py3
- env: INSTANCE=preferences-debian-10-master-py3
- env: INSTANCE=unattended-debian-10-master-py3
# - env: INSTANCE=repositories-ubuntu-1804-master-py3
# - env: INSTANCE=repositories-debian-10-master-py3
# - env: INSTANCE=preferences-debian-10-master-py3
# - env: INSTANCE=unattended-debian-10-master-py3
- env: INSTANCE=debian-10-master-py3
- env: INSTANCE=repositories-ubuntu-1804-master-py3
# - env: INSTANCE=preferences-ubuntu-1804-master-py3
# - env: INSTANCE=unattended-ubuntu-1804-master-py3
- env: INSTANCE=repositories-debian-9-2019-2-py3
# - env: INSTANCE=ubuntu-1804-master-py3
# - env: INSTANCE=repositories-debian-9-2019-2-py3
- env: INSTANCE=preferences-debian-9-2019-2-py3
- env: INSTANCE=unattended-debian-9-2019-2-py3
- env: INSTANCE=repositories-ubuntu-1804-2019-2-py3
- env: INSTANCE=preferences-ubuntu-1804-2019-2-py3
# - env: INSTANCE=unattended-debian-9-2019-2-py3
# - env: INSTANCE=debian-9-2019-2-py3
# - env: INSTANCE=repositories-ubuntu-1804-2019-2-py3
# - env: INSTANCE=preferences-ubuntu-1804-2019-2-py3
- env: INSTANCE=unattended-ubuntu-1804-2019-2-py3
# - env: INSTANCE=ubuntu-1804-2019-2-py3

## Define the release stage that runs `semantic-release`
- stage: 'release'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ source 'https://rubygems.org'
gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-inspec', '>= 1.1'
gem 'kitchen-salt', '>= 0.6.0'
# Latest versions of `train` cause failure when running `kitchen verify`
# Downgrading to `3.2.0` until this is fixed upstream
# https://github.com/inspec/train/pull/544#issuecomment-566055052
gem 'train', '3.2.0'

0 comments on commit e66dc66

Please sign in to comment.