Skip to content

Commit 7cbda67

Browse files
committed
Modified TravisCI script in order to get the latest Shellcheck
1 parent c585a4c commit 7cbda67

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ php:
88
- 5.6
99

1010
before_install:
11-
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse"
11+
before_install:
1212
- sudo apt-get -qq update
13-
- sudo apt-get -t trusty-backports install shellcheck
13+
- sudo apt-get install -y cabal-install
14+
- cabal update
15+
- cd shellcheck
16+
- cabal install
17+
- cd ..
18+
- export PATH="$HOME/.cabal/bin:$PATH"
1419
- gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
1520

1621
script:

0 commit comments

Comments
 (0)