Browse Source

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
redux
David Majda 10 years ago
parent
commit
93d3c6a250
  1. 2
      .travis.yml

2
.travis.yml

@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.10

Loading…
Cancel
Save