From 8c58126e015aca06b37c03f260999d6a1d76420d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 13 Jun 2019 17:59:43 +0300 Subject: [PATCH] docs: update --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25a3d08d..2521360e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,2 @@ language: bash - -os: - - linux - -script: - - shellcheck -e 2034 repo/*/build repo/*/post-install +script: shellcheck -e 2034 repo/*/build repo/*/post-install