提交 84dd304e 编写于 作者: W Wei Zhu 提交者: ddcat1115

Add build to travis ci (#565)

上级 bba32aa7
......@@ -6,6 +6,7 @@ node_js:
env:
matrix:
- TEST_TYPE=lint
- TEST_TYPE=build
- TEST_TYPE=test-all
- TEST_TYPE=test-dist
......@@ -23,6 +24,8 @@ script:
- |
if [ "$TEST_TYPE" = lint ]; then
npm run lint
elif [ "$TEST_TYPE" = build ]; then
npm run build
elif [ "$TEST_TYPE" = test-all ]; then
npm run test:all
elif [ "$TEST_TYPE" = test-dist ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册