Skip to content

Commit 12981b6

Browse files
skip node 6 tests on travis, since node 6 is not compatible with tfjs-node
1 parent 099cf3f commit 12981b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ node_js:
44
- "node"
55
- "10"
66
- "8"
7-
- "6"
7+
# node 6 is not compatible with tfjs-node
8+
# - "6"
89
env:
910
global:
1011
- BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true

0 commit comments

Comments
 (0)