diff options
author | Matt Clay <matt@mystile.com> | 2017-07-14 16:51:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14 16:51:32 -0700 |
commit | 7931e1143757399c78ee9cc846535a31d3754ae8 (patch) | |
tree | 2132d33a0a693215c0a0ec4647f4d51f723a1146 /shippable.yml | |
parent | 32914cac3b8d4f1c9a258623e950947cb02e06bd (diff) | |
download | ansible-7931e1143757399c78ee9cc846535a31d3754ae8.tar.gz |
Use subset of Windows tests for "all" tests. (#26830)
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shippable.yml b/shippable.yml index 15da9e3544..0fc6a8f567 100644 --- a/shippable.yml +++ b/shippable.yml @@ -22,9 +22,7 @@ matrix: - env: TEST=rhel/7.3 - - env: TEST=windows/1 - - env: TEST=windows/2 - - env: TEST=windows/3 + - env: TEST=windows - env: TEST=network |