Skip to content

Conversation

@gucong3000
Copy link

@gucong3000 gucong3000 changed the title [WIP] Update eslint & remove jscs [WIP] Update eslint & remove JSCS Jan 23, 2018
@demurgos
Copy link
Member

I'll repeat my comment from #11:

plugin-error is part of gulp: 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.

@phated
Copy link
Member

phated commented Jan 23, 2018

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.

@phated phated closed this Jan 23, 2018
@gucong3000
Copy link
Author

gucong3000 commented Jan 24, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants