diff --git a/.travis.yml b/.travis.yml index 9de89d951..5f2a7a5a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,14 +31,3 @@ matrix: - export LC_ALL=en_US - name: 'OSX' os: osx - - name: 'Windows' - os: windows - cache: false - env: - - YARN_GPG=no - before_install: - - cd ../.. - - mv $TRAVIS_REPO_SLUG _old - - git config --global core.autocrlf false - - git clone --depth=50 _old $TRAVIS_REPO_SLUG - - cd $TRAVIS_REPO_SLUG diff --git a/appveyor.yml b/appveyor.yml index ff2074921..e5ea06a79 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,15 +12,10 @@ install: - yarn install --frozen-lockfile build_script: + - node build\grunt.js - yarn generate - yarn lint-windows - - yarn lint-deps - yarn test-node - - node build\grunt.js - - type package.json | findstr /v certificateSubjectName > temp.json - - move temp.json package.json - - yarn prepare-beta-build - - node_modules\.bin\build --config.extraMetadata.environment=%SIGNAL_ENV% --publish=never --config.directories.output=release test_script: - node build\grunt.js test