Update .travis.yml

Attempt to fix build error
This commit is contained in:
Ryan L McIntyre 2018-04-22 12:09:20 -04:00 committed by GitHub
parent 9aadbd2485
commit eea278058b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,11 @@ addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)
packages:
- shellcheck
before-script:
- "sudo apt-get install cabal-install"
- "cabal update"
- "cabal install shellcheck"
script:
- bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'