updating travis conf
This commit is contained in:
parent
7d1137d148
commit
cf97ca0f6a
1 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,8 @@ language: go
|
|||
go:
|
||||
- master
|
||||
|
||||
install:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- go test ./...
|
Loading…
Reference in a new issue