cordova
cordova copied to clipboard
[CI] Run Windows tests on Travis as well
- Windows tests are slow because our AppVeyor account(s) take pretty long to start a test because of the massive queue waiting to be processed
- Travis now also offers builds on Windows environments
Solution: Make our Windows tests (currently run by AppVeyor) also run on the Windows environment of Travis.
Should we keep AppVeyor though? Using a single CI reduces maintenance of the CI config files.
Not if AppVeyor is fully replaced by Travis and there are no downsides. But one would have to build a PR to introduce Windows support for Travis first to know that ;)
@janpio https://travis-ci.org/erisu/cordova-windows/builds/493017165, only the unit tests right now.. but need to add build tests.
Nice!