Skip to content

Commit

Permalink
Use github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Feb 3, 2022
1 parent 4b54106 commit b2fe72f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
@@ -0,0 +1,25 @@
name: Converted Workflow
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 16.x
- 14.x
- 12.x
- 10.x
steps:
- name: 'Set up Node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v1
with:
node-version: '${{ matrix.node-version }}'
- uses: actions/checkout@v2

10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit b2fe72f

Please sign in to comment.