Skip to content

Commit

Permalink
Use Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 2, 2020
1 parent 9e56a17 commit 6be16dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ abide by its terms.

<!-- Definitions -->

[build-badge]: https://img.shields.io/travis/syntax-tree/unist-builder.svg
[build-badge]: https://github.com/syntax-tree/unist-builder/workflows/main/badge.svg

[build]: https://travis-ci.org/syntax-tree/unist-builder
[build]: https://github.com/syntax-tree/unist-builder/actions

[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-builder.svg

Expand Down

0 comments on commit 6be16dc

Please sign in to comment.