Skip to content

Commit 029ff52

Browse files
committed
chore(.travis.yml): update glide to 0.7.2
See https://github.com/Masterminds/glide/releases/tag/0.7.2
1 parent f898cd3 commit 029ff52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ sudo: required
1818
addons:
1919
- postgresql: "9.3"
2020
before_install:
21-
- wget "https://github.com/Masterminds/glide/releases/download/0.7.1/glide-0.7.1-linux-amd64.tar.gz"
22-
- sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.7.1-linux-amd64.tar.gz
21+
- wget "https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.7.2-linux-amd64.tar.gz"
22+
- sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.7.2-linux-amd64.tar.gz
2323
- go get github.com/golang/lint/golint
2424
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-4_amd64.deb"
2525
- sudo dpkg -i shellcheck_0.3.7-4_amd64.deb

0 commit comments

Comments
 (0)