Skip to content

Commit d80d0c1

Browse files
committed
Testing
1 parent 5927bfa commit d80d0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
fi
2727

2828
# Don't upload coverage for both test modes (browserstack and saucelabs) and inside of PRs.
29-
if [[ "$MODE" == "browserstack_required" ]] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
29+
if [[ "$MODE" == "browserstack_required" ]] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
3030
$(npm bin)/gulp ci:coverage
3131
fi
3232

0 commit comments

Comments
 (0)