From 93d3c6a2509f947f57d5728c15d8b96ceedef28f Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 29 Dec 2013 11:46:03 +0100 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 895dbd3..09d3ef3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - - 0.6 - 0.8 + - 0.10