mozilla / chronicle

find everything you've ever found
http://mozillachronicle.tumblr.com/
Mozilla Public License 2.0
16 stars 6 forks source link

Have Travis test Node 0.10 and 0.12 builds? #352

Open pdehaan opened 9 years ago

pdehaan commented 9 years ago

Now that #342 has landed, Chronicle should work on Node 0.12 (current stable release). Not sure if we want to tweak the .travis.yml build targets to build both "0.10" and "0.12".

Let's argue it out! (Or, I can file a Pull Request and we can move the argument there until somebody merges/closes the PR.)

pdehaan commented 9 years ago

Travis now supports io.js (per github.com/travis-ci/travis-ci/issues/ 3108), so it should be pretty trivial to have Travis run the build against "0.10" (maintenance), "0.12" (stable), and "iojs" (similar to eslint's .travis.yml).