Commit graph

4 commits

Author SHA1 Message Date
Arlo Breault 16756d9010 Run CI on newer version of node / iojs 2015-06-05 14:41:32 -07:00
David Majda 4a3b9cbb8d Require Node.js >= 0.10.0
Travis CI builds with Node.js 0.8.x started to fail:

  https://travis-ci.org/dmajda/pegjs/jobs/26691570

Rather than investigating what's wrong I decided to stop supporting Node
0.8.x. Node.js 0.10.x is here for over a year, which should be enough
time for everyone to upgrade in the fast-paced Node.js world.
2014-06-04 07:37:19 +02:00
David Majda 93d3c6a250 Update .travis.yml
Remove a directive to test in Node.js 0.6. Add a directive to test in
Node.js 0.10.

Should fix broken Travis CI builds:

  https://travis-ci.org/dmajda/pegjs/builds/15922026
2013-12-29 11:46:03 +01:00
David Majda 12398ada9a Implement Travis CI integration 2012-10-28 16:01:13 +01:00