Remove redundant test

This commit is contained in:
DD Liu 2021-06-29 16:53:00 -04:00
parent b6ed521b16
commit df4fb26094

View File

@ -19,10 +19,6 @@ cache:
jobs:
include:
- stage: test
script:
- npm run lint
- npm run docs
- npm run tap
- stage: deploy
node_js: 10
script: npm run build