mirror of
https://github.com/safing/portbase
synced 2025-09-02 18:50:14 +00:00
Install dep
This commit is contained in:
parent
0473b9c528
commit
c36f3a7307
1 changed files with 5 additions and 1 deletions
|
@ -4,5 +4,9 @@ os:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- 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
|
script: ./test
|
||||||
|
|
Loading…
Add table
Reference in a new issue