From 89bb5b619d8fcad79e3638c0076f1fd5e8b7f99d Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Tue, 1 Oct 2019 08:15:39 +0200 Subject: [PATCH] Reduced travis file to shellcheck --- .travis | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis b/.travis index e85bbfe..fedd0ca 100644 --- a/.travis +++ b/.travis @@ -1,12 +1,2 @@ -sudo: required - -services: -- docker - -arch: - script: - - "./scripts/system-setup.sh" - script: -- shellcheck ./administration/*.sh -- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" + - shellcheck ./administration/*.sh