From 1e7b095dedd168f52a3a75d90f0e99b089fcb6b2 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Fri, 11 Jan 2019 15:25:25 -0500 Subject: [PATCH] check updatemotd scripts in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb99a3f..6993371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: shell script: - - bash -c 'shopt -s globstar; shellcheck {bin,efingerd,completion}/*' + - bash -c 'shopt -s globstar; shellcheck {bin,efingerd,completion,update-motd}/*'