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/15922026redux
parent
2263a30034
commit
93d3c6a250
@ -1,4 +1,4 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
- 0.8
|
||||
- 0.10
|
||||
|
Loading…
Reference in New Issue