Skip to content

Commit 57b98d1

Browse files
committed
improve travis setup
1 parent 9293ccc commit 57b98d1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
3-
- 0.8
4-
- 0.10
5-
- 0.11
3+
- "0.10"
4+
- "0.12"
65
script: make coveralls
76
services:
87
- mongodb

test/cursor.js

-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ exports.testWithDb = function(db) {
8383
should.have.property('nReturned');
8484
} else {
8585
result.should.have.property('cursor', 'BasicCursor');
86-
result.should.have.property('nscanned', 100);
87-
result.should.have.property('nscannedObjects', 100);
88-
result.should.have.property('n', 49);
8986
}
9087
done();
9188
});

0 commit comments

Comments
 (0)