Skip to content

Commit cb730ed

Browse files
committed
Disable 'node' Travis test run
1 parent b0ec744 commit cb730ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ language: node_js
33
node_js:
44
- '8'
55
- '10'
6-
- 'node'
6+
# At the time of this writing, Travis replaces the 'node' version with the Node version 12, which is not compatible
7+
# anymore with gulp <4.0.0.
8+
# - 'node'
79

810
branches:
911
only:

0 commit comments

Comments
 (0)