travis.yml: initial commit

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
pull/119/head
Gyuho Lee 2018-08-27 19:32:56 -07:00
parent 0bff9a461c
commit 1b9752fe53
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -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