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