Skip to content

Commit

Permalink
VSCODE_BUILD_VERBOSE: false
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 21, 2016
1 parent 10a4311 commit ecb54a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
- osx

env:
- VSCODE_BUILD_VERBOSE=true
- VSCODE_BUILD_VERBOSE=false

notifications:
email: false
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ecb54a8

Please sign in to comment.