do not run sauce from ci

This commit is contained in:
Evan You 2017-01-05 16:34:30 -05:00
parent 3f586b451c
commit a36dc07222

View File

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