mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
allow failures on ubuntu
1604 and 1804 will timeout because apt is the slowest package manager
This commit is contained in:
parent
c91d35bf4a
commit
c1bcb4647e
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ env:
|
|||
- PLATFORM=arch
|
||||
- PLATFORM=opensuse
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: PLATFORM=ubuntu-1804
|
||||
- env: PLATFORM=ubuntu-1604
|
||||
|
||||
sudo: true
|
||||
dist: trusty
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue