Skip to content

Commit c2be6b9

Browse files
committed
Modified TravisCI script in order to get the latest Shellcheck
1 parent 69afbca commit c2be6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ before_install:
1212
- sudo apt-get -qq update
1313
- sudo apt-get install -y cabal-install
1414
- cabal update
15+
- git clone https://github.com/koalaman/shellcheck.git
1516
- cd shellcheck
1617
- cabal install
17-
- git clone https://github.com/koalaman/shellcheck.git
1818
- cd ..
1919
- export PATH="$HOME/.cabal/bin:$PATH"
2020
- gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59

0 commit comments

Comments
 (0)