From cd3e4f66d890996083042838a92ebbab7a5a3d1c Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Tue, 5 May 2020 12:18:48 +0200 Subject: [PATCH] Optimized .travis file --- .travis | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis b/.travis index 3bf3a13..9cff4d3 100644 --- a/.travis +++ b/.travis @@ -1,3 +1,2 @@ language: shell -script: - - bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}' +script: bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}'