提交 10a4311c 编写于 作者: B Benjamin Pasero

try gulps silent option

上级 405032e9
...@@ -41,19 +41,11 @@ install: ...@@ -41,19 +41,11 @@ install:
- ./scripts/npm.sh install - ./scripts/npm.sh install
script: script:
- echo -en 'travis_fold:start:#{hygiene}\\r' - gulp hygiene --silent
- gulp hygiene - gulp electron --silent
- echo -en 'travis_fold:end:#{hygiene}\\r' - gulp compile --silent
- echo -en 'travis_fold:start:#{electron}\\r' - gulp optimize-vscode --silent
- gulp electron - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --no-colors --reporter dot --coverage; else ./scripts/test.sh --no-colors --reporter dot; fi
- echo -en 'travis_fold:end:#{electron}\\r'
- echo -en 'travis_fold:start:#{compile}\\r'
- gulp compile
- echo -en 'travis_fold:end:#{compile}\\r'
- echo -en 'travis_fold:start:#{optimize}\\r'
- gulp optimize-vscode
- echo -en 'travis_fold:end:#{optimize}\\r'
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --reporter dot --coverage; else ./scripts/test.sh --reporter dot; fi
- ./scripts/test-integration.sh - ./scripts/test-integration.sh
after_success: after_success:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册