mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 37d8ef48767838c8832603d032d70aa81a0d85d9
parent 289d9a009d3c0fb6063f9c3586d617317414644d
Author: markseu <mark2011@mayberg.se>
Date:   Fri, 29 Aug 2014 09:25:31 +0200

Automated tests (configuration update)

Diffstat:
M.travis.yml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,8 +1,9 @@ language: php php: - - 5.5 - - 5.4 - 5.3 + - 5.4 + - 5.5 + - 5.6 before_script: - echo "serverScheme = http" >> system/config/config.ini - echo "serverName = your.domain.name" >> system/config/config.ini