commit eee4a2b2ee4bd545b49337bbf14b9e9e4178d187 parent 1049cc1d71703361c38452222bdf489c203c1646 Author: markseu <mark2011@mayberg.se> Date: Tue, 6 Oct 2015 14:23:32 +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 "serverScheme = http" >> system/config/config.ini - - echo "serverName = 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