diff options
author | Matt Clay <mclay@redhat.com> | 2020-02-24 03:37:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 03:37:26 +0100 |
commit | a64b56207148650819cf6d3b3eb98816b4cae84e (patch) | |
tree | 26ca5aec154e7fcead370f00b676969a304f266d /shippable.yml | |
parent | Some cloudengine modules miss "import __future__" and "mateclass", update to ... (diff) | |
download | ansible-a64b56207148650819cf6d3b3eb98816b4cae84e.tar.xz ansible-a64b56207148650819cf6d3b3eb98816b4cae84e.zip |
Fix up network testing on Shippable. (#67678)
This prepares for code coverage collection for initial setup of incidental test coverage.
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml index 1608ea3a13..a369d53a5a 100644 --- a/shippable.yml +++ b/shippable.yml @@ -63,7 +63,8 @@ matrix: - env: T=windows/2016/7 - env: T=windows/2019/7 - - env: T=network + - env: T=ios/csr1000v/1 + - env: T=vyos/1.1.8/1 - env: T=aix/7.2/1 - env: T=osx/10.11/1 |