Skip to content

Commit a358806

Browse files
committed
exclude windows/stable as nvs seems not to understand it
1 parent c7f4878 commit a358806

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ node_js:
1919
- iojs-v1.0.4
2020
install:
2121
- npm install
22+
jobs:
23+
exclude:
24+
- os: windows
25+
node_js: stable

0 commit comments

Comments
 (0)