mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
fix typo
This commit is contained in:
parent
564b46b173
commit
f8be7e5cff
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue