Skip to content

Commit

Permalink
Remove travis windows.
Browse files Browse the repository at this point in the history
Update Appveyor config.
  • Loading branch information
Mikunj committed Apr 30, 2019
1 parent fbbf454 commit c3a065c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 1 addition & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a065c

Please sign in to comment.