chore: remove travis

Replaced by github actions: test.
Plus it's dumb.
This commit is contained in:
Henry 2020-10-21 16:23:24 +01:00
parent 6cf6003908
commit c9fe4b79d8
No known key found for this signature in database
GPG Key ID: 5B3C7E38D81D924D
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
language: node_js
node_js: lts/*
services:
- redis-server
install:
- yarn
script:
- npm run test
after_script:
- npm install codecov
- ./node_modules/.bin/codecov
cache:
yarn: true
directories:
- node_modules