Skip to content

Commit

Permalink
ci(travis): add Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 14, 2020
1 parent 11157f7 commit 27c63e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
os:
- linux
- windows

language: node_js

cache:
Expand All @@ -9,7 +13,9 @@ node_js:
- "14"

script:
- npm run eslint
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
npm run eslint;
fi
- npm run test-cov

after_script:
Expand Down

0 comments on commit 27c63e7

Please sign in to comment.