Skip to content

Commit

Permalink
Replace AppVeyor with Travis CI for Windows
Browse files Browse the repository at this point in the history
Fixes #6146

- Removed `appveyor.yml` file
- Replaced the `appveyor.yml` file with new windows sections in the `.travis.yml` file

Signed-off-by: Vincent Fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Sep 12, 2019
1 parent bf05575 commit 2fa8324
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 41 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
fast_finish: true
allow_failures:
- os: osx
- os: windows
include:
- stage: test
os: linux
Expand All @@ -131,6 +132,13 @@ jobs:
before_script: skip
script:
- travis_retry yarn test:theia
- os: windows
env:
- CXX=c++
- YARN_GPG=no
before_script: skip
script:
- travis_retry yarn test:theia
- stage: deploy
if: NOT type IN (cron, pull_request)
os: linux
Expand Down
41 changes: 0 additions & 41 deletions appveyor.yml

This file was deleted.

0 comments on commit 2fa8324

Please sign in to comment.