diff --git a/circle.yml b/circle.yml index d56ff21bb1..028aadd58b 100644 --- a/circle.yml +++ b/circle.yml @@ -12,5 +12,5 @@ test: background: true - npm run test:coverage - npm run report_test_coverage - - npm run test:umd + - if [ $CIRCLE_BRANCH = "master" ]; then npm run test:umd; fi - npm run lint