removed travis CI

This commit is contained in:
Klemek
2021-03-30 10:43:27 +02:00
parent d15f3e04fb
commit 4e10d0326b
+16
View File
@@ -0,0 +1,16 @@
dist: xenial
language: node_js
node_js:
- "12"
cache:
npm: true
directories:
- node_modules
install:
- npm install
before_script:
- npm install -g jshint
script:
- jest --coverage --silent
- jshint ./src
- cat ./coverage/lcov.info | coveralls