Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
add install step
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps committed Feb 20, 2019
1 parent 41b03e2 commit c383126
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,3 +1,7 @@
language: go

install:
- make install

script:
- make ci
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -16,6 +16,9 @@ appengine:
cloudflare:
go run ./cmd/ipcat/main.go -cloudflare

install:
go get golang.org/x/tools/cmd/goimports

test:
find . -name '*.go' | xargs gofmt -w -s
find . -name '*.go' | xargs goimports -w
Expand Down

0 comments on commit c383126

Please sign in to comment.