Skip to content

Commit

Permalink
Remove travis, get actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jan 5, 2021
1 parent 0516b57 commit 47e17eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
go-version: 1.15

- name: Setup
run: go get

- name: Build
run: go build -v ./...

Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit 47e17eb

Please sign in to comment.