提交 37357e1f 编写于 作者: B Benjamin Pasero

less verbose build output

上级 40ea6f20
......@@ -41,11 +41,11 @@ install:
- ./scripts/npm.sh install
script:
- gulp hygiene
- gulp electron
- gulp compile
- gulp optimize-vscode
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --coverage; else ./scripts/test.sh; fi
- npm run hygiene
- npm run electron
- npm run compile
- npm run optimize
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --reporter dot --coverage; else ./scripts/test.sh --reporter dot; fi
- ./scripts/test-integration.sh
after_success:
......
......@@ -4,11 +4,11 @@ environment:
install:
- ps: Install-Product node 6.6.0 x64
- npm install -g npm
- npm install -g gulp mocha
- npm install -g npm --silent
- npm install -g gulp mocha --silent
build_script:
- .\scripts\npm.bat install --force
- .\scripts\npm.bat install --force --silent
- gulp electron
- gulp compile
......
......@@ -15,7 +15,10 @@
"compile": "gulp compile",
"watch": "gulp watch",
"monaco-editor-setup": "node scripts/monaco-editor-setup.js",
"monaco-editor-test": "mocha --only-monaco-editor"
"monaco-editor-test": "mocha --only-monaco-editor",
"electron": "gulp electron",
"hygiene": "gulp hygiene",
"optimize": "gulp optimize-vscode"
},
"dependencies": {
"applicationinsights": "0.15.6",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册