Remove travis windows.

Update Appveyor config.
This commit is contained in:
Mikunj 2019-04-30 09:39:45 +10:00
parent fbbf454c49
commit c3a065c21e
2 changed files with 1 additions and 17 deletions

View File

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

View File

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