Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeToyota committed Jan 30, 2019
1 parent e0f208d commit 2c4541d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go

install:
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/golang/lint/golint
- go get -u github.com/goreleaser/goreleaser

script:
- go vet ./...
- diff <(goimports -d .) <(printf "")
- diff <(golint ./...) <(printf "")
- go test .

after_success:
- goreleaser

0 comments on commit 2c4541d

Please sign in to comment.