diff options
author | Matt Clay <matt@mystile.com> | 2017-05-03 08:24:05 +0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-05-05 21:46:29 +0800 |
commit | 17e07a27b20e551f5f35674f43c05855f23dce22 (patch) | |
tree | 70e9d9829290eaa8496407ce0c6024a0159862ea /shippable.yml | |
parent | ac72fd9d2c6dcc4017cf69605964cf18658c3188 (diff) | |
download | ansible-17e07a27b20e551f5f35674f43c05855f23dce22.tar.gz |
Enable cloud tests for use with ansible-test.
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index dbf1b5c7fb..b663c21d8d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -53,6 +53,9 @@ matrix: - env: TEST=linux/ubuntu1404/3 - env: TEST=linux/ubuntu1604/3 - env: TEST=linux/ubuntu1604py3/3 + + - env: TEST=cloud/ubuntu1604 + - env: TEST=cloud/ubuntu1604py3 build: pre_ci: - docker images drydock/u16pytall |