mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 12:07:39 +08:00
do not run sauce from ci
This commit is contained in:
parent
3f586b451c
commit
a36dc07222
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user