From 83b279934d889347337ed3542327153318062db4 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 10 May 2016 23:51:49 -0500 Subject: [PATCH] Update Travis CI file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 318c1a4..fa44dac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - shellcheck script: - - shellcheck *.sh + - shellcheck *.sh extras/*.sh matrix: fast_finish: true