chore(travis) rm

This commit is contained in:
coderaiser 2021-02-27 16:11:58 +02:00
parent 775850c004
commit a092a2fc9d

View file

@ -1,21 +0,0 @@
language: node_js
node_js:
- 15
- 14
cache:
npm: false
os:
- linux
- os x
script:
- npm run lint && npm run build && npm run coverage && npm run report
notifications:
email:
on_success: never
on_failure: change
sudo: required