Skip to content

Commit

Permalink
chore: add windows to travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Feb 14, 2020
1 parent 0882dce commit 138e51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node_js:
os:
- linux
- osx
- windows

script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
Expand Down

0 comments on commit 138e51a

Please sign in to comment.