Move dep to GoPath in CI setup

This commit is contained in:
Joel Speed 2019-01-04 11:12:47 +00:00
parent eded761cc1
commit 1dddd818c4
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -6,7 +6,7 @@ install:
# Fetch dependencies
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
- chmod +x dep
- mv dep /usr/local/bin/dep
- mv dep $GOPATH/bin/dep
script:
- ./configure
# Run tests