Delete Travis yml.

This commit is contained in:
Oleksii Trekhleb 2020-12-15 07:56:29 +01:00
parent 4094242515
commit ead275d08f

View File

@ -1,13 +0,0 @@
os:
- osx
language: node_js
node_js:
- 14
install:
- npm install -g codecov
- npm install
script:
- npm run ci
- codecov
notifications:
email: false