Merge pull request #15801 from Microsoft/ben/build

Less verbose CI build
This commit is contained in:
Benjamin Pasero 2016-11-21 15:13:21 +01:00 committed by GitHub
commit eabdabee40
2 changed files with 3 additions and 6 deletions

View file

@ -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:

View file

@ -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