We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6a0bd commit 1730089Copy full SHA for 1730089
.travis.yml
@@ -5,14 +5,15 @@ env:
5
matrix:
6
include:
7
- go: 1.x
8
- - go: 1.7
9
env: LATEST=true
+ - go: 1.7
10
- go: tip
11
allow_failures:
12
13
before_install:
14
# Download the binary to bin folder in $GOPATH
15
- - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep
+ # - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep
16
+ - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
17
# Make the binary executable
18
- chmod +x $GOPATH/bin/dep
19
- ls $GOPATH/bin/
0 commit comments