Skip to content

Commit

Permalink
Merge pull request #155 from curbengh/travis-windows
Browse files Browse the repository at this point in the history
ci(travis): add Windows
  • Loading branch information
SukkaW committed Dec 18, 2019
2 parents af3a386 + ceb046c commit f80d6c6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
os:
- linux
- windows

sudo: false
language: node_js

cache:
apt: true
directories:
- node_modules
npm: true

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

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 f80d6c6

Please sign in to comment.