diff options
| author | Ben Woosley <[email protected]> | 2018-07-21 12:52:09 -0400 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2018-07-21 12:57:04 -0400 |
| commit | 515348f7043f712cf2410bf111240660d389bbb4 (patch) | |
| tree | e1a3b27ee2f8e5ad2e186cd43cb69551eff6a3f6 | |
| parent | Avoid unnecessarily setting env variables on the lint build (diff) | |
| download | discoin-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.yml | 1 |
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: |