Closed gucong3000 closed 6 years ago
I'll repeat my comment from #11:
plugin-error
is part ofgulp
: it still has to support Node 0.10.
Regarding the other changes, I'll let @phated comment. He did a recent commit to normalize the repo to match the other Gulp repos.
As @demurgos said - this isn't being updated until we start working on the gulp 5 stuff which isn't even on the roadmap yet.
I updated my commit to keep support Node 0.10.
.travis.yml
:
sudo: false
language: node_js
node_js:
- 'stable'
- '8'
- '6'
- '4'
- '0.12'
- '0.10'
script:
- if [ "$TRAVIS_NODE_VERSION" = "stable" ]; then npm test; else npm run coveralls; fi
Blocked: https://github.com/gulpjs/eslint-config-gulp/pull/13