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

Merge pull request #15801 from Microsoft/ben/build

Less verbose CI build
......@@ -5,9 +5,6 @@ os:
- linux
- osx
env:
- VSCODE_BUILD_VERBOSE=true
notifications:
email: false
......@@ -45,7 +42,7 @@ script:
- gulp electron
- gulp compile
- 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
after_success:
......
......@@ -4,8 +4,8 @@ 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册