mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 22:08:04 -05:00
don't yet run tests in travis/appveyor
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -16,5 +16,4 @@ test_script:
|
||||
- node --version
|
||||
- npm --version
|
||||
- .\scripts\test.bat
|
||||
- .\scripts\test-electron.bat
|
||||
- .\scripts\test-integration.bat
|
||||
|
||||
Reference in New Issue
Block a user