Skip to content

Commit

Permalink
Test: Switch from Travis to GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Apr 12, 2022
1 parent 900a90b commit 4229ec4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,18 @@
name: ci

on:
push:
pull_request:

jobs:
linux_tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false

- name: Run tests
run: npm install
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 4229ec4

Please sign in to comment.