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 eb88df0 commit 389f0ee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,17 @@
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

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

This file was deleted.

0 comments on commit 389f0ee

Please sign in to comment.