Install dep

This commit is contained in:
Daniel 2019-08-20 17:11:20 +02:00
parent 0473b9c528
commit c36f3a7307

View file

@ -4,5 +4,9 @@ os:
- linux
- windows
install: dep ensure
install:
- go get -d -u github.com/golang/dep
- go install github.com/golang/dep/cmd/dep
- dep ensure
script: ./test