mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
test: remove bisheng:build test to speed up the progress
This commit is contained in:
parent
b41af97d1f
commit
8fdce7cb4f
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user