Skip to content
Snippets Groups Projects
Commit 5a601f48 authored by Silas Davis's avatar Silas Davis
Browse files

glide install

parent 94de341c
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ test:
pre:
- go get github.com/stretchr/testify
- go get github.com/Masterminds/glide
- cd $GOPATH_REPO && glide install
override:
# We only wish to test our packages not vendored ones
- cd $GOPATH_REPO && glide novendor | xargs go test -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment