fixed travis test path issue
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user