Fix to travis script, installing dep correctly

This commit is contained in:
mitchelljfs 2018-07-14 15:00:58 -07:00
parent 922f6a7b41
commit 8e1e7defdc
1 changed files with 1 additions and 0 deletions

View File

@ -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 ./..."