tmake lint check on travis using shellcheck - tomb - the crypto undertaker HTML git clone git://parazyd.org/tomb.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 0fa4a07f8c9e3e18bd1734e7dc393748dbf4aa9a DIR parent 18743c82a5e5f753d394d2ac3385c967c507acad HTML Author: Jaromil <jaromil@dyne.org> Date: Mon, 2 Jan 2017 06:04:58 +0100 make lint check on travis using shellcheck Diffstat: M .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- DIR diff --git a/.travis.yml b/.travis.yml t@@ -7,8 +7,9 @@ env: before_install: - sudo apt-get -qq update - - sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install --no-install-recommends -y zsh sudo gnupg cryptsetup pinentry-curses gawk libgcrypt20-dev steghide qrencode e2fsprogs + - sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install --no-install-recommends -y zsh sudo gnupg cryptsetup pinentry-curses gawk libgcrypt20-dev steghide qrencode e2fsprogs shellcheck script: + - make lint - make test