mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 12:57:31 -05:00
remove explicit monaco typecheck because it is now part of the compile
This commit is contained in:
@@ -51,7 +51,6 @@ install:
|
||||
|
||||
script:
|
||||
- node_modules/.bin/gulp electron --silent
|
||||
- node_modules/.bin/tsc -p ./src/tsconfig.monaco.json --noEmit
|
||||
- node_modules/.bin/gulp compile --silent --max_old_space_size=4096
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --coverage --reporter dot; else ./scripts/test.sh --reporter dot; fi
|
||||
- ./scripts/test-integration.sh
|
||||
|
||||
@@ -11,7 +11,6 @@ install:
|
||||
build_script:
|
||||
- yarn
|
||||
- .\node_modules\.bin\gulp electron
|
||||
- .\node_modules\.bin\tsc -p .\src\tsconfig.monaco.json --noEmit
|
||||
- npm run compile
|
||||
|
||||
test_script:
|
||||
|
||||
Reference in New Issue
Block a user