Skip to content

Commit

Permalink
Skip live tests for fork builds (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Jan 14, 2020
1 parent d148e3a commit fac735d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,8 @@ script:
fi
if [[ "$TRAVIS_PULL_REQUEST" = "false" ]] && [[ "$TEST_MODE" = "live" ]]; then
echo "Skipping live service test for branch build"
elif [[ "$TRAVIS_PULL_REQUEST_SLUG" != "ascoderu/opwen-cloudserver" ]] && [[ "$TEST_MODE" = "live" ]]; then
echo "Skipping live service test for fork build"
else
set -e
export BUILD_TARGET=runtime
Expand Down

0 comments on commit fac735d

Please sign in to comment.