summaryrefslogtreecommitdiff
path: root/test/utils/shippable/integration.sh
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-16 22:27:21 -0700
committerGitHub <noreply@github.com>2016-09-16 22:27:21 -0700
commite14cb1a06c9ed7b5db5fc12d17e562b5500bf817 (patch)
tree5d739df3692484e461ada2fc03051e9871618ffb /test/utils/shippable/integration.sh
parent24da3602c6c2817485f6055a3ef0b200aef2795f (diff)
downloadansible-modules-extras-e14cb1a06c9ed7b5db5fc12d17e562b5500bf817.tar.gz
Run same tests on Shippable as on Travis. (#2948)
Run the same tests as used on Travis.
Diffstat (limited to 'test/utils/shippable/integration.sh')
-rwxr-xr-xtest/utils/shippable/integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/integration.sh b/test/utils/shippable/integration.sh
index ee16e765..cf10e681 100755
--- a/test/utils/shippable/integration.sh
+++ b/test/utils/shippable/integration.sh
@@ -10,7 +10,7 @@ repo="${REPO_NAME}"
if [ "${is_pr}" != "true" ]; then
echo "Module integration tests are only supported on pull requests."
- exit 1
+ exit 0
fi
case "${repo}" in