Skip to content

Commit

Permalink
chore: enable windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 23, 2018
1 parent a22c4e0 commit b3ee7ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
os:
- linux
- osx
- windows
node_js:
- "10.10"
after_success: npm run coverage
- "node"
after_success: npm run coverage

0 comments on commit b3ee7ff

Please sign in to comment.