Skip to content

Commit

Permalink
Move from Travis to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jun 24, 2021
1 parent da441f3 commit 43f7bc9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI
on: push
jobs:
build:
name: Build & test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- run: bash ./test.sh
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

0 comments on commit 43f7bc9

Please sign in to comment.