remove explicit monaco typecheck because it is now part of the compile

This commit is contained in:
Johannes Rieken
2018-04-05 18:33:18 +02:00
parent 5365e9d823
commit 29f184caab
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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: