Skip to content

Commit 86935d6

Browse files
authored
install shellcheck from apt-get
1 parent 55d8288 commit 86935d6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ dist: trusty
33
before_install:
44
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
55
- sudo apt-get update
6-
- sudo apt-get install -y cabal-install
7-
- sudo cabal update
8-
- sudo cabal install shellcheck
6+
- sudo apt-get install shellcheck
97
- sudo pip install pre-commit
108
script:
119
- export PATH=/home/travis/.cabal/bin:$PATH

0 commit comments

Comments
 (0)