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

Commit d098cac

Browse files
committed
fix travis node versions
1 parent b67bbb2 commit d098cac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
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)