From 3302d18f6e0a4b7e51b318959c6b2d040ae3c5ed Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 4 Jul 2017 17:54:31 -0700 Subject: Run umd tests only on master --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'circle.yml') 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 -- cgit