Browse Source

test: remove bisheng:build test to speed up the progress

pull/10060/head
afc163 7 years ago
parent
commit
8fdce7cb4f
  1. 1
      .travis.yml
  2. 2
      scripts/travis-script.sh

1
.travis.yml

@ -19,7 +19,6 @@ matrix:
- env: REACT=15 TEST_TYPE=test:es
- env: REACT=15 TEST_TYPE=test:dom
- env: REACT=15 TEST_TYPE=test:node
- env: REACT=16 TEST_TYPE=bisheng:build
before_script:
- scripts/install-react.sh

2
scripts/travis-script.sh

@ -37,8 +37,6 @@ elif [ "$TEST_TYPE" = test:dom ]; then
if [ "$REACT" = 16 ]; then
bash <(curl -s https://codecov.io/bash)
fi
elif [ "$TEST_TYPE" = bisheng:build ]; then
npm run site
elif [ "$TEST_TYPE" = test:node ]; then
run_test_node
fi

Loading…
Cancel
Save