We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c552a6c commit 80557e4Copy full SHA for 80557e4
2 files 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.8.1/glide-0.8.1-linux-amd64.tar.gz"
22
- - sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.8.1-linux-amd64.tar.gz
+ - wget "https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-amd64.tar.gz"
+ - sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.8.3-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-5_amd64.deb"
25
- sudo dpkg -i shellcheck_0.3.7-5_amd64.deb
0 commit comments