Skip to content

Commit 903a25c

Browse files
committed
Allow failures on latest stable node version
As of today, node-gyp can't be compiled with recently released node version v16.1.0.
1 parent 0eb0070 commit 903a25c

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
@@ -4,6 +4,10 @@ node_js:
44
- node
55
- lts/*
66

7+
jobs:
8+
allow_failures:
9+
- node
10+
711
cache:
812
yarn: true
913

0 commit comments

Comments
 (0)