Skip to content

Commit

Permalink
Switched to Travis Windows from Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexindigo committed Jun 25, 2019
1 parent 0fb2f57 commit fc61c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ node_js:
os:
- osx
- linux
- windows

install:
- travis_retry npm install
Expand All @@ -19,8 +20,8 @@ script:
- uname -a
- node --version
- npm --version
- npm run ci-lint
- npm run ci-test
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run ci-lint; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then npm run test; else npm run ci-test; fi
- npm run check

after_success:
Expand Down
22 changes: 0 additions & 22 deletions appveyor.yml

This file was deleted.

0 comments on commit fc61c73

Please sign in to comment.