Skip to content

Commit 6e338f3

Browse files
committed
travis: test on windows
1 parent b1898b3 commit 6e338f3

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

.travis.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
language: node_js
2-
before_script: npm install -g npm@latest
2+
33
node_js:
4-
- '0.10'
5-
- '0.12'
6-
- 4
7-
- 6
8-
- 8
9-
- 10
4+
- node
105
- 12
6+
- 10
7+
- 8
8+
- 6
9+
10+
os:
11+
- linux
12+
- windows
13+
14+
cache:
15+
directories:
16+
- $HOME/.npm
17+
18+
notifications:
19+
email: false

0 commit comments

Comments
 (0)