Removed travis CI
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
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
|
|
||||||
Reference in New Issue
Block a user