Skip to content

Commit bc8c497

Browse files
[ci] use Node.js 10 for compatibility with Gulp v3
It seems Node.js 12 (which is now 'latest') does not work with Gulp v3. In the future, we will either have to migrate to Gulp v4, or remove Gulp from the build system. See gulpjs/gulp#2324
1 parent 57f9d45 commit bc8c497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git:
77
depth: 1
88
matrix:
99
include:
10-
- node_js: node
10+
- node_js: '10'
1111
env: BROWSERS=1
1212
cache:
1313
directories:

0 commit comments

Comments
 (0)