Run umd tests only on master

This commit is contained in:
Leonid Logvinov
2017-07-04 17:54:31 -07:00
parent c81855e119
commit 3302d18f6e

View File

@@ -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