aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index d56ff21bb..028aadd58 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