mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 04:18:35 +00:00
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:
parent
b95302ff1a
commit
7d23cbfb9e
2 changed files with 1 additions and 2 deletions
|
|
@ -4,4 +4,4 @@ before_script:
|
|||
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.8
|
||||
- 0.10
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue