This commit is contained in:
Daniel Wallace 2018-08-14 16:16:08 -05:00
parent 564b46b173
commit f8be7e5cff
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -32,8 +32,9 @@ matrix:
allow_failures: allow_failures:
- env: PLATFORM=ubuntu-1804 - env: PLATFORM=ubuntu-1804
- env: PLATFORM=ubuntu-1604 - env: PLATFORM=ubuntu-1604
- env: PLATFORM=centos-6
- env: PLATFORM=debian-8 - env: PLATFORM=debian-8
- env: PLATFORM=debian-9
- env: PLATFORM=centos-6
sudo: true sudo: true
dist: trusty dist: trusty
@ -50,4 +51,4 @@ script:
after_script: after_script:
- bundle exec kitchen list $PLATFORM - bundle exec kitchen list $PLATFORM
- bundle exec kitchen destriy "$PLATFORM" - bundle exec kitchen destroy "$PLATFORM"