Remove travis config file.

This commit is contained in:
kovacsv 2021-06-25 19:00:11 +02:00
parent 2b38556eff
commit 4c499ca4ba

View File

@ -1,15 +0,0 @@
language: node_js
os:
- osx
- linux
node_js:
- "15"
install:
- npm install
script:
- npm run build
- npm run test