提交 eabdabee 编写于 作者: B Benjamin Pasero 提交者: GitHub

Merge pull request #15801 from Microsoft/ben/build

Less verbose CI build
...@@ -5,9 +5,6 @@ os: ...@@ -5,9 +5,6 @@ os:
- linux - linux
- osx - osx
env:
- VSCODE_BUILD_VERBOSE=true
notifications: notifications:
email: false email: false
...@@ -45,7 +42,7 @@ script: ...@@ -45,7 +42,7 @@ script:
- gulp electron - gulp electron
- gulp compile - gulp compile
- gulp optimize-vscode - gulp optimize-vscode
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --coverage; else ./scripts/test.sh; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --no-colors --reporter dot --coverage; else ./scripts/test.sh --no-colors --reporter dot; fi
- ./scripts/test-integration.sh - ./scripts/test-integration.sh
after_success: after_success:
......
...@@ -4,8 +4,8 @@ environment: ...@@ -4,8 +4,8 @@ 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册