Skip to content

Commit

Permalink
Use github actions instead of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Sep 25, 2024
1 parent 019cfb9 commit 35beb82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Go CI and Release

on:
push:
branches:
- '**'
tags:
- '*'
pull_request:
branches:
- '**'

jobs:
build:
uses: TheCacophonyProject/github-actions-templates/.github/workflows/[email protected]
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

0 comments on commit 35beb82

Please sign in to comment.