mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
Issue #3: Allow failures on CentOS 7 Travis CI build for now.
This commit is contained in:
parent
80e6c48859
commit
4536128126
@ -6,6 +6,10 @@ env:
|
|||||||
- distro: ubuntu1604
|
- distro: ubuntu1604
|
||||||
- distro: debian9
|
- distro: debian9
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- env: distro=centos7
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Configure test script so we can run extra tests after playbook is run.
|
# Configure test script so we can run extra tests after playbook is run.
|
||||||
- export container_id=$(date +%s)
|
- export container_id=$(date +%s)
|
||||||
|
Loading…
Reference in New Issue
Block a user