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

Commit ad8bd5d

Browse files
committed
Updated travis
1 parent 4f1608b commit ad8bd5d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ matrix:
1010
include:
1111
- node_js: 8
1212
env: MONGOOSE_VERSION=4.0
13-
- node_js: 8
14-
env: MONGOOSE_VERSION=3.6
1513
before_script:
1614
- npm install mongoose@$MONGOOSE_VERSION
1715
script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"mongoose": ">=4.11.8"
5555
},
5656
"scripts": {
57-
"test": "STREAM_URL='https://key:[email protected]/?app_id=42' NODE_ENV=test ./node_modules/.bin/mocha --timeout 50000 test test/**/*_test.js",
57+
"test": "STREAM_URL='https://key:[email protected]/?app_id=42' NODE_ENV=test ./node_modules/.bin/mocha --timeout 30000 test test/**/*_test.js",
5858
"coverage": "STREAM_URL='https://key:[email protected]/?app_id=42' ./node_modules/.bin/istanbul cover bin/run-tests.js",
5959
"preversion": "npm test",
6060
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)