Skip to content

Commit

Permalink
[ci] use Node.js 10 for compatibility with Gulp v3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
darrachequesne committed Sep 13, 2019
1 parent 57f9d45 commit bc8c497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ git:
depth: 1
matrix:
include:
- node_js: node
- node_js: '10'
env: BROWSERS=1
cache:
directories:
Expand Down

0 comments on commit bc8c497

Please sign in to comment.