Skip to content

Commit dcab9b8

Browse files
committed
travis: add windows
1 parent 4eb4e9b commit dcab9b8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
language: node_js
2-
sudo: false
2+
33
node_js:
44
- 10
55
- 8
66
- 6
7-
notifications:
8-
email: false
7+
8+
os:
9+
- linux
10+
- windows
11+
912
cache:
1013
directories:
1114
- $HOME/.npm
15+
16+
notifications:
17+
email: false

0 commit comments

Comments
 (0)