We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f586b4 commit a36dc07Copy full SHA for a36dc07
build/ci.sh
@@ -11,8 +11,3 @@ npm run test:weex
11
if [[ -z $CI_PULL_REQUEST ]]; then
12
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
13
fi
14
-
15
-# run full browser suites on saucelabs for master branch
16
-if [[ $CIRCLE_BRANCH = master ]]; then
17
- npm run test:sauce
18
-fi
0 commit comments