neocotic / europa

Library for converting HTML into valid Markdown
MIT License
158 stars 24 forks source link

Run tests against more versions of node on travis CI #56

Closed neocotic closed 8 years ago

neocotic commented 8 years ago

We're currently only testing against node v0.8. Not only is this a very old version, but we need to test against more versions. I really just want to concentrate on the last version of previous major releases and the latest versions of node. For example:

I'm not keen on adding "iojs" since that's now merged into node so shouldn't really be required.

neocotic commented 8 years ago

Since I've since decided (in the past hour :smile:) that only newer versions of Node are going to be supported, we'll only need to concentrate on the following versions:

neocotic commented 8 years ago

Marking this as invalid as the Europa :new_moon: rewrite will involve testing against a broader range of Node.js versions.