From c56e1d465e14830961c7760f6a931206e2335043 Mon Sep 17 00:00:00 2001 From: techgaun Date: Mon, 23 Mar 2020 00:39:01 -0500 Subject: [PATCH] update config to match with recent travis updates --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e279629..a98cd3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ -language: bash - -sudo: false +language: shell +os: linux +dist: bionic script: - bash -c 'shopt -s globstar; shellcheck -s bash **/*.sh .functions/*' -matrix: +jobs: fast_finish: true