ci: drop travis & move codecov to gh-actions (#940)

This commit is contained in:
エリス
2020-04-01 13:35:07 +09:00
committed by GitHub
parent c81cd871f8
commit 6e51943d15
2 changed files with 4 additions and 44 deletions

View File

@@ -55,3 +55,7 @@ jobs:
npm t
env:
CI: true
- uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true