commit 3a23ad2e7be7bb76fae38ea6cc896c52aa060e47 parent b684caff61447ec32558b235657ad4fbaf0cb75b Author: markseu <mark2011@mayberg.se> Date: Tue, 6 Oct 2015 15:05:48 +0200 Automated tests (configuration update) Diffstat:
| M | .travis.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -6,7 +6,7 @@ php: - 5.5 - 5.6 before_script: - - echo -e "ServerScheme\072 http" >> system/config/config.ini - - echo -e "ServerName\072 your.domain.name" >> system/config/config.ini + - echo "ServerScheme:http" >> system/config/config.ini + - echo "ServerName:your.domain.name" >> system/config/config.ini - php yellow.php version script: php yellow.php build test