Skip to content

Commit

Permalink
Build with Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Jul 27, 2020
1 parent 0751b9b commit ded09b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit ded09b9

Please sign in to comment.