Skip to content

Commit

Permalink
Use Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 20, 2021
1 parent 2feb795 commit ca07294
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 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
14 changes: 0 additions & 14 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 @@ -68,9 +68,9 @@ Yields:

<!-- Definition -->

[build-badge]: https://img.shields.io/travis/wooorm/html-void-elements.svg
[build-badge]: https://github.com/wooorm/html-void-elements/workflows/main/badge.svg

[build]: https://travis-ci.org/wooorm/html-void-elements
[build]: https://github.com/wooorm/html-void-elements/actions

[downloads-badge]: https://img.shields.io/npm/dm/html-void-elements.svg

Expand Down

0 comments on commit ca07294

Please sign in to comment.