VSCODE_BUILD_VERBOSE: false

This commit is contained in:
Benjamin Pasero 2016-11-21 13:29:54 +01:00
parent 10a4311c78
commit ecb54a8ab9
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ os:
- osx
env:
- VSCODE_BUILD_VERBOSE=true
- VSCODE_BUILD_VERBOSE=false
notifications:
email: false
@ -41,10 +41,10 @@ install:
- ./scripts/npm.sh install
script:
- gulp hygiene --silent
- gulp electron --silent
- gulp compile --silent
- gulp optimize-vscode --silent
- gulp hygiene
- gulp electron
- gulp compile
- gulp optimize-vscode
- 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

View file

@ -8,7 +8,7 @@ install:
- npm install -g gulp mocha --silent
build_script:
- .\scripts\npm.bat install --force --silent
- .\scripts\npm.bat install --force
- gulp electron
- gulp compile