Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

fix: up deps, fix vuls #188

Open
wants to merge 4 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 12 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: node_js
matrix:
include:
- node_js: "10"
before_install:
- "npm install -g npm@latest"
- node_js: "8"
before_install:
- "npm install -g npm@latest"
- node_js: "6"
before_install:
- "npm install -g npm@latest"
- node_js: "4"
before_install:
- "npm install -g npm@5"
script: "npm test"
node_js:
- 14
- 12
- 10
- 8

before_install:
- npm install -g npm@latest
- npm --version
script:
- npm test

sudo: false
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
Loading