We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ec744 commit cb730edCopy full SHA for cb730ed
.travis.yml
@@ -3,7 +3,9 @@ language: node_js
3
node_js:
4
- '8'
5
- '10'
6
- - 'node'
+# 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'
9
10
branches:
11
only:
0 commit comments