We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2199f8 commit 3be421aCopy full SHA for 3be421a
.travis.yml
@@ -21,8 +21,8 @@ before_install:
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
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
+ - wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-5_amd64.deb"
+ - sudo dpkg -i shellcheck_0.3.7-5_amd64.deb
26
- sudo pip install virtualenv
27
- virtualenv $HOME/venv
28
- source $HOME/venv/bin/activate
0 commit comments