Browse Source
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.redux
3 changed files with 2 additions and 3 deletions
@ -1,4 +1,3 @@ |
|||
language: node_js |
|||
node_js: |
|||
- 0.8 |
|||
- 0.10 |
|||
|
Loading…
Reference in new issue