mikuli.cz

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

commit 85670b2063468a5ecab4e395cadbd0365fcc87e0
parent 0d4eab8e01d4540838d624845767c4bfd638a8b6
Author: markseu <mark2011@mayberg.se>
Date:   Mon,  7 Dec 2015 16:37:34 +0100

Automated tests

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

diff --git a/.travis.yml b/.travis.yml @@ -1,10 +1,11 @@ language: php php: - - hhvm - 5.3 - 5.4 - 5.5 - 5.6 + - 7.0 + - hhvm before_script: - echo "ServerScheme:http" >> system/config/config.ini - echo "ServerName:your.domain.name" >> system/config/config.ini