mirror of https://github.com/etcd-io/bbolt.git
travis.yml: initial commit
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>pull/119/head
parent
0bff9a461c
commit
1b9752fe53
|
@ -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
|
Loading…
Reference in New Issue