Skip to content

Commit

Permalink
[fix] CI's error
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Jun 17, 2020
1 parent 5f748cd commit cf94d34
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false

addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)

before-script:
- "sudo apt-get install cabal-install"
- "cabal update"
- "cabal install shellcheck"

script:
- bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'

Expand Down

0 comments on commit cf94d34

Please sign in to comment.