We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f898cd3 commit 029ff52Copy full SHA for 029ff52
1 file changed
.travis.yml
@@ -18,8 +18,8 @@ sudo: required
18
addons:
19
- postgresql: "9.3"
20
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
+ - wget "https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.7.2-linux-amd64.tar.gz"
+ - sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.7.2-linux-amd64.tar.gz
23
- go get github.com/golang/lint/golint
24
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-4_amd64.deb"
25
- sudo dpkg -i shellcheck_0.3.7-4_amd64.deb
0 commit comments