Skip to content

Commit

Permalink
replace travis by GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Oct 20, 2023
1 parent 8a95c5d commit e16dd72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 37 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "CI"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build
- run: make test
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

0 comments on commit e16dd72

Please sign in to comment.