Skip to content

Commit fc61c73

Browse files
committed
Switched to Travis Windows from Appveyor
1 parent 0fb2f57 commit fc61c73

2 files changed

Lines changed: 3 additions & 24 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_js:
1111
os:
1212
- osx
1313
- linux
14+
- windows
1415

1516
install:
1617
- travis_retry npm install
@@ -19,8 +20,8 @@ script:
1920
- uname -a
2021
- node --version
2122
- npm --version
22-
- npm run ci-lint
23-
- npm run ci-test
23+
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then npm run ci-lint; fi
24+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then npm run test; else npm run ci-test; fi
2425
- npm run check
2526

2627
after_success:

appveyor.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)