diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8547e3081cd..00000000000 --- a/.travis.yml +++ /dev/null @@ -1,66 +0,0 @@ -sudo: false -language: cpp - -os: - - linux - - osx - -cache: - directories: - - $HOME/.cache/yarn - -notifications: - email: false - webhooks: - - https://vscode-probot.westus.cloudapp.azure.com:7890/travis/notifications - - https://vscode-test-probot.westus.cloudapp.azure.com:7890/travis/notifications - -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - gcc-4.9 - - g++-4.9 - - gcc-4.9-multilib - - g++-4.9-multilib - - zip - - libgtk2.0-0 - - libx11-dev - - libxkbfile-dev - - libsecret-1-dev - -before_install: - - export GITHUB_TOKEN=$PUBLIC_GITHUB_TOKEN - - git submodule update --init --recursive - - nvm install 8.9.1 - - nvm use 8.9.1 - - npm i -g yarn - # - npm config set python `which python` - - if [ $TRAVIS_OS_NAME == "linux" ]; then - export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0; - sh -e /etc/init.d/xvfb start; - sleep 3; - fi - # Make npm logs less verbose - # - npm config set depth 0 - # - npm config set loglevel warn - -install: - - yarn - -script: - - node_modules/.bin/gulp electron --silent - - 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 - -after_success: - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then node_modules/.bin/coveralls < .build/coverage/lcov.info; fi - -matrix: - include: - - os: linux - env: label=hygiene - script: node_modules/.bin/gulp hygiene - after_success: skip diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index d9471f2a8f8..00000000000 --- a/appveyor.yml +++ /dev/null @@ -1,19 +0,0 @@ -environment: - ELECTRON_RUN_AS_NODE: 1 - VSCODE_BUILD_VERBOSE: true - -cache: - - '%LOCALAPPDATA%\Yarn\cache' - -install: - - ps: Install-Product node 8.9.1 x64 - -build_script: - - yarn - - .\node_modules\.bin\gulp electron - - npm run compile - -test_script: - - node --version - - .\scripts\test.bat - - .\scripts\test-integration.bat diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat index 00cf9b0ae3e..4b8310ee04a 100644 --- a/scripts/test-integration.bat +++ b/scripts/test-integration.bat @@ -3,9 +3,6 @@ setlocal pushd %~dp0\.. -if not "%APPVEYOR%" == "" ( - set ELECTRON_RUN_AS_NODE= -) set VSCODEUSERDATADIR=%TMP%\vscodeuserfolder-%RANDOM%-%TIME:~6,5% :: Tests in the extension host