We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36f87a7 + fc0cdc7 commit 412f432Copy full SHA for 412f432
1 file changed
.travis.yml
@@ -18,8 +18,6 @@ sudo: required
18
addons:
19
postgresql: "9.3"
20
before_install:
21
- - wget "https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-amd64.tar.gz"
22
- - 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