Move dep to GoPath in CI setup
This commit is contained in:
parent
eded761cc1
commit
1dddd818c4
@ -6,7 +6,7 @@ install:
|
|||||||
# Fetch dependencies
|
# Fetch dependencies
|
||||||
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
|
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
|
||||||
- chmod +x dep
|
- chmod +x dep
|
||||||
- mv dep /usr/local/bin/dep
|
- mv dep $GOPATH/bin/dep
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./configure
|
||||||
# Run tests
|
# Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user