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

less verbose build output

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