Set node version in travis to 0.10

- As the tests were failing due to using setImmediate.
- Remove one log.
This commit is contained in:
Santiago Gimeno 2014-03-11 16:26:57 +01:00
parent b95302ff1a
commit 7d23cbfb9e
2 changed files with 1 additions and 2 deletions

View file

@ -4,4 +4,4 @@ before_script:
language: node_js
node_js:
- 0.8
- 0.10

View file

@ -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));
}