Skip to content

Commit

Permalink
do not run sauce from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 5, 2017
1 parent 3f586b4 commit a36dc07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a36dc07

Please sign in to comment.