Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
modify the dep installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonYangShadow committed Aug 24, 2021
1 parent e30ebd8 commit 11efa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go:
- master

before_install:
- go get -u github.com/golang/dep/cmd/dep
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

install:
# Add Godeps dependencies to GOPATH and PATH
Expand Down

0 comments on commit 11efa3e

Please sign in to comment.