fixed travis test path issue

This commit is contained in:
jankapunkt 2017-05-26 09:58:31 +02:00
parent 53d3af7ab2
commit 13d4b36b74

View File

@ -1,3 +1,4 @@
sudo: required
language: bash language: bash
before_install: before_install:
@ -6,7 +7,7 @@ before_install:
script: script:
- bash /tests/test.sh classic - bash tests/test.sh classic
- bash /tests/test.sh modern - bash tests/test.sh modern
- bash /tests/test.sh two_columns - bash tests/test.sh two_columns
- bash /tests/test.sh infographics - bash tests/test.sh infographics