aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2018-07-21 12:52:09 -0400
committerBen Woosley <ben.woosley@gmail.com>2018-07-21 12:57:04 -0400
commit515348f7043f712cf2410bf111240660d389bbb4 (patch)
treee1a3b27ee2f8e5ad2e186cd43cb69551eff6a3f6
parent1be5c333332d214070c81a2306d1132716fa6d00 (diff)
Don't unnecessarily install shellcheck on the lint build
"Travis CI has now integrated ShellCheck by default, so you don't need to manually install it." https://github.com/koalaman/shellcheck#travis-ci
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index acc2adbad2..6eba9fddd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,7 +88,6 @@ jobs:
apt:
packages:
- python3-pip
- - shellcheck
install:
- travis_retry pip3 install flake8 --user
before_script: