aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Woosley <[email protected]>2018-07-21 12:52:09 -0400
committerBen Woosley <[email protected]>2018-07-21 12:57:04 -0400
commit515348f7043f712cf2410bf111240660d389bbb4 (patch)
treee1a3b27ee2f8e5ad2e186cd43cb69551eff6a3f6
parentAvoid unnecessarily setting env variables on the lint build (diff)
downloaddiscoin-515348f7043f712cf2410bf111240660d389bbb4.tar.xz
discoin-515348f7043f712cf2410bf111240660d389bbb4.zip
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 acc2adbad..6eba9fddd 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: