Skip to content

Commit

Permalink
travis.yml: initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Aug 28, 2018
1 parent 0bff9a4 commit 1b9752f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: go

sudo: false

go:
- 1.11

before_install:
- go get -v honnef.co/go/tools/...

script:
- make fmt
- make test
- make race

0 comments on commit 1b9752f

Please sign in to comment.