From a0a2bdf11ec4b9aa7b511c3cf8baf464733d3757 Mon Sep 17 00:00:00 2001 From: Reid Burke Date: Mon, 18 Jun 2012 13:23:42 -0700 Subject: [PATCH] Add Node.js 0.7.x to Travis CI testing. Node.js 0.7.11 fixes a regression from 0.6.x that broke the phantom module used in testing. See: https://github.com/joyent/node/issues/3425 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6372be40..3121a7f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - 0.6 + - 0.7 before_script: - "export DISPLAY=:99.0"