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