diff options
author | Matt Clay <matt@mystile.com> | 2018-01-24 11:07:24 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-01-25 09:45:36 -0800 |
commit | 7abdab6c9e6347851fbe106266e57788c58e29c7 (patch) | |
tree | 6eebdeab6694a750187d96ec93f0c7a10775f754 /shippable.yml | |
parent | 0ce8d389a4048ca89941536aeffd468c0e369bdd (diff) | |
download | ansible-7abdab6c9e6347851fbe106266e57788c58e29c7.tar.gz |
Convert ansible-test compile into a sanity test.
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 101f591123..ccc756b7b8 100644 --- a/shippable.yml +++ b/shippable.yml @@ -8,7 +8,8 @@ matrix: exclude: - env: T=none include: - - env: T=other + - env: T=sanity/1 + - env: T=sanity/2 - env: T=units/2.6 - env: T=units/2.7 |