Skip to content

Commit

Permalink
Switch Travis CI to GitHub Actions.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <anders@zulip.com>
  • Loading branch information
andersk committed Dec 17, 2020
1 parent 873fecf commit a1bb6da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Node.js CI

on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

0 comments on commit a1bb6da

Please sign in to comment.