Skip to content

Commit 04605d9

Browse files
committed
Update travis for windows and node 11
1 parent 26d0cde commit 04605d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
language: node_js
22

33
node_js:
4-
- "8"
54
- "6"
5+
- "8"
66
- "10"
7+
- "11"
8+
9+
os:
10+
- linux
11+
- windows
712

813
script:
914
- npm run coveralls

0 commit comments

Comments
 (0)