don't yet run tests in travis/appveyor

This commit is contained in:
Johannes Rieken
2017-03-09 12:13:55 +01:00
parent c3c6520f83
commit 4e43cd7107
2 changed files with 0 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ script:
- gulp compile --silent --max_old_space_size=4096
- gulp optimize-vscode --silent --max_old_space_size=4096
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --reporter dot --coverage; else ./scripts/test.sh --reporter dot; fi
- ./scripts/test-electron.sh
- ./scripts/test-integration.sh
after_success:

View File

@@ -16,5 +16,4 @@ test_script:
- node --version
- npm --version
- .\scripts\test.bat
- .\scripts\test-electron.bat
- .\scripts\test-integration.bat