From 13d4b36b7425c2a2991878672c9d838fd0f710cb Mon Sep 17 00:00:00 2001 From: jankapunkt Date: Fri, 26 May 2017 09:58:31 +0200 Subject: [PATCH] fixed travis test path issue --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcbb399..44263dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: required language: bash before_install: @@ -6,7 +7,7 @@ before_install: script: - - bash /tests/test.sh classic - - bash /tests/test.sh modern - - bash /tests/test.sh two_columns - - bash /tests/test.sh infographics + - bash tests/test.sh classic + - bash tests/test.sh modern + - bash tests/test.sh two_columns + - bash tests/test.sh infographics