From 66fdf82e4a52944fa1ae11766197b539f0d08895 Mon Sep 17 00:00:00 2001 From: jankapunkt Date: Fri, 26 May 2017 10:25:07 +0200 Subject: [PATCH] travis: fixed path name for two_column --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ccf507..dc1ff97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ before_install: script: - bash tests/test.sh classic - bash tests/test.sh modern - - bash tests/test.sh two_columns + - bash tests/test.sh two_column - bash tests/test.sh infographics