Skip to content

Commit

Permalink
CI: Add Windows to Travis CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Dec 28, 2018
1 parent 82d8dd9 commit 9180a0f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
sudo: false
os:
- linux
- windows

addons:
chrome: stable

language: node_js

node_js:
- "6"
- "8"
- "10"
- "8"
- "6"

matrix:
fast_finish: true
allow_failures:
- os: windows

cache:
directories:
Expand Down

0 comments on commit 9180a0f

Please sign in to comment.