Skip to content

Commit 1730089

Browse files
committed
try master branch for dep
1 parent aa6a0bd commit 1730089

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ env:
55
matrix:
66
include:
77
- go: 1.x
8-
- go: 1.7
98
env: LATEST=true
9+
- go: 1.7
1010
- go: tip
1111
allow_failures:
1212
- go: tip
1313
before_install:
1414
# 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
15+
# - 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
1617
# Make the binary executable
1718
- chmod +x $GOPATH/bin/dep
1819
- ls $GOPATH/bin/

0 commit comments

Comments
 (0)