From 2eae510bd9b6efd05725738a281b083f50624788 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 19 Apr 2020 12:01:41 +0300 Subject: [PATCH] docs: update --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index f313c14a..60c4a730 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,6 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi -install: - # Install a custom version of shellcheck instead of Travis CI's default - - scversion="latest" # or "v0.4.7", or "latest" - - wget "https://storage.googleapis.com/shellcheck/shellcheck-${scversion}.linux.x86_64.tar.xz" - - tar --xz -xvf "shellcheck-${scversion}.linux.x86_64.tar.xz" - - shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; } - script: - time ./neofetch --travis -v - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck -e SC2244 -e SC2243 neofetch; fi