Skip to content

Commit

Permalink
Use Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 19, 2020
1 parent 6e2eb1c commit 816a52b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,21 @@
name: main
on:
- pull_request
- push
jobs:
main:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v1
strategy:
matrix:
node:
- lts/dubnium
- node
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -434,9 +434,9 @@ abide by its terms.

[MIT][license] © [Espen Hovlandsdal][author]

[build-badge]: https://img.shields.io/travis/remarkjs/react-markdown/main.svg
[build-badge]: https://github.com/remarkjs/react-markdown/workflows/main/badge.svg

[build]: https://travis-ci.org/remarkjs/react-markdown
[build]: https://github.com/remarkjs/react-markdown/actions

[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/react-markdown.svg

Expand Down

0 comments on commit 816a52b

Please sign in to comment.