sindresorhus / gulp-changed

Only pass through changed files
MIT License
742 stars 44 forks source link

Run tests on newer node versions #54

Closed platy11 closed 8 years ago

platy11 commented 8 years ago

At the moment the .travis.yml file looks like this:

sudo: false
language: node_js
node_js:
  - 'iojs'
  - '0.12'
  - '0.10'

We are only testing against older versions of node - iojs, 0.12, 0.10. I think it would be helpful to test on newer node versions, as many people do not use these older versions anymore.

@sindresorhus If you are happy to add more versions, I would be happy to start a PR.

sindresorhus commented 8 years ago

Sure, should be 6, 4, 0.12, 0.10.

platy11 commented 8 years ago

Great, I opened #55