Update .travis.yml

This commit is contained in:
Sam Potts 2021-01-29 23:17:08 +11:00 committed by GitHub
parent ad7778e78d
commit 150b07f3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,5 @@ language: node_js
node_js: lts/* node_js: lts/*
script: script:
- bash .travis/omit-dist.sh
- npm run lint - npm run lint
- npm run build - npm run build