From 83842ecdb772b1da770c1ae2b845910d09b92ca5 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 7 Mar 2018 16:53:38 +0100 Subject: [PATCH] build --- build/tfs/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/tfs/build.yml b/build/tfs/build.yml index 3226d1b4e01..fcfddbf248b 100644 --- a/build/tfs/build.yml +++ b/build/tfs/build.yml @@ -21,7 +21,7 @@ phases: npm run compile name: build - script: | - .\scripts\test.bat --build --reporter spec + .\scripts\test.bat # .\scripts\test-integration.bat name: test @@ -56,7 +56,7 @@ phases: npm run gulp -- vscode-linux-x64-min name: build - script: | - DISPLAY=:10 ./scripts/test.sh --build --reporter spec + DISPLAY=:10 ./scripts/test.sh name: test - phase: macOS @@ -81,6 +81,6 @@ phases: npm run gulp -- vscode-darwin-min name: build - script: | - ./scripts/test.sh --build --reporter spec + ./scripts/test.sh # ./scripts/test-integration.sh name: test -- GitLab