diff --git a/.travis.yml b/.travis.yml index 49d8be2..2b8e294 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ before_script: language: node_js node_js: - - 0.8 \ No newline at end of file + - 0.10 diff --git a/test-runner.js b/test-runner.js index f30e9d7..6a049aa 100644 --- a/test-runner.js +++ b/test-runner.js @@ -88,7 +88,6 @@ x11.createClient(function(err, display) { }); } else if (file === 'randr.js') { run_randr_test(X, function(run) { - console.log('RUN: ' + run); if (run) { mocha.addFile(path.join('./test', file)); }