Run same tests on Shippable as on Travis. (#4889)

Run the same tests as used on Travis.
This commit is contained in:
Matt Clay 2016-09-16 22:27:17 -07:00
commit f1be653737
6 changed files with 28 additions and 1 deletions

View file

@ -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