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 Dec 21, 2019
1 parent 33efb57 commit 51ef7cc
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

sudo: false
Expand All @@ -13,7 +17,9 @@ node_js:
- "node"

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 51ef7cc

Please sign in to comment.