Fix to travis script, installing dep correctly
This commit is contained in:
parent
922f6a7b41
commit
8e1e7defdc
|
@ -5,6 +5,7 @@ go:
|
|||
- "1.10.x"
|
||||
- master
|
||||
install:
|
||||
- "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh"
|
||||
- "dep ensure"
|
||||
build:
|
||||
- "go test -v ./..."
|
||||
|
|
Loading…
Reference in New Issue