mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +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
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 0.8
|
- 0.10
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,6 @@ x11.createClient(function(err, display) {
|
||||||
});
|
});
|
||||||
} else if (file === 'randr.js') {
|
} else if (file === 'randr.js') {
|
||||||
run_randr_test(X, function(run) {
|
run_randr_test(X, function(run) {
|
||||||
console.log('RUN: ' + run);
|
|
||||||
if (run) {
|
if (run) {
|
||||||
mocha.addFile(path.join('./test', file));
|
mocha.addFile(path.join('./test', file));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue