From 4ead9be4468d8d58c027bf6e6616e3b4d6e727eb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 22 Aug 2019 18:30:24 +0200 Subject: Complete re-structuring so it's easier to install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index aa57f08..2e041e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,9 @@ before_install: - evm config path /tmp - evm install $EVM_EMACS --use --skip + # shellcheck + - sudo apt-get install -y shellcheck + env: - EVM_EMACS=emacs-25.1-travis - EVM_EMACS=emacs-25.2-travis @@ -37,3 +40,9 @@ script: # Testing scripts - cd ../bin/test && ./test.sh + + # Shellcheck + # TODO: don't skip stuff like bashrc and many others + - cd ../.. && find . -name "*.sh" ! -name "gitcompletion.sh" ! -name "hgcompletion.sh" -exec shellcheck \{\} \+ + + # TODO: linters for emacs, perl, ruby -- cgit v1.2.3