Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Mar 9, 2017
1 parent 5927bfa commit d80d0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else
fi

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

Expand Down

0 comments on commit d80d0c1

Please sign in to comment.