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

Commit e4564ce

Browse files
author
Amin Mahboubi
authored
Merge pull request #40 from GetStream/bug/update-deps
Bug/update deps
2 parents 5307ff2 + 5d9d6cc commit e4564ce

File tree

4 files changed

+931
-739
lines changed

4 files changed

+931
-739
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: node_js
22
node_js:
33
- "node"
4-
- "8"
5-
- "7"
6-
- "6"
74
- "10"
5+
- "12"
6+
- "14"
87
env:
98
- MONGOOSE_VERSION=4.11.8 STREAM_URL='https://key:[email protected]/?app_id=42'
109
matrix:
1110
include:
12-
- node_js: 8
11+
- node_js: 10
1312
env: MONGOOSE_VERSION=4.0
1413
before_script:
1514
- npm install mongoose@$MONGOOSE_VERSION

0 commit comments

Comments
 (0)