Skip to content

Commit

Permalink
fix GA and remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Sep 6, 2021
1 parent db18062 commit 36b3a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...
run: |
chmod 765 test/filemode.txt
go test -v ./...
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit 36b3a89

Please sign in to comment.