mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Merge pull request #15801 from Microsoft/ben/build
Less verbose CI build
This commit is contained in:
commit
eabdabee40
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue