We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab74bd commit 4473ccaCopy full SHA for 4473cca
build/ci.sh
@@ -1,5 +1,5 @@
1
set -e
2
-if [ -z "$CI_PULL_REQUEST" ] || [ "$CIRCLE_BRANCH" == "master" ]; then
+if [[ -z $CI_PULL_REQUEST ]] && [[ $CIRCLE_BRANCH = master ]]; then
3
npm run lint
4
npm run cover
5
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
0 commit comments