Skip to content

Commit 3be421a

Browse files
committed
fix(.travis.yml): update shellcheck package
1 parent f2199f8 commit 3be421a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ before_install:
2121
- wget "https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.7.2-linux-amd64.tar.gz"
2222
- 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
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
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
2626
- sudo pip install virtualenv
2727
- virtualenv $HOME/venv
2828
- source $HOME/venv/bin/activate

0 commit comments

Comments
 (0)