Skip to content

Commit

Permalink
FIX: moved to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-morel committed Dec 24, 2019
1 parent 66d3609 commit 8a9d9e7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "test-local"
on:
pull_request:
push:
branches:
- master
- 'releases/*'

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- run: npm test
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

0 comments on commit 8a9d9e7

Please sign in to comment.