Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 78b8c99

Browse files
committed
WIP
1 parent 47d2969 commit 78b8c99

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ matrix:
1111
env: MONGOOSE_VERSION=4.0
1212
- node_js: 8
1313
env: MONGOOSE_VERSION=3.6
14-
- node_js: 8
15-
env: MONGOOSE_VERSION=3.0
1614
before_script:
1715
- npm install mongoose@$MONGOOSE_VERSION
1816
script:

bin/travis.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
set -e
33
npm test
44
./bin/coveralls.sh
5-
# ./node_modules/.bin/eslint src/**/*.js;

src/backends/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ BaseBackend.prototype = {
7878
},
7979
function(err) {
8080
callback(err, objects);
81-
},
81+
}
8282
);
8383
},
8484

0 commit comments

Comments
 (0)