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