Browse Source

do not run sauce from ci

Evan You 9 years ago
parent
commit
a36dc07222
1 changed files with 0 additions and 5 deletions
  1. 0 5
      build/ci.sh

+ 0 - 5
build/ci.sh

@@ -11,8 +11,3 @@ npm run test:weex
 if [[ -z $CI_PULL_REQUEST ]]; then
   cat ./coverage/lcov.info | ./node_modules/.bin/codecov
 fi
-
-# run full browser suites on saucelabs for master branch
-if [[ $CIRCLE_BRANCH = master ]]; then
-  npm run test:sauce
-fi