Automated tests

This commit is contained in:
markseu 2016-07-14 17:23:02 +02:00
parent d35184abbe
commit 5cabfcfed1

View file

@ -1,14 +1,15 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
before_script:
- echo "ServerScheme:http" >> system/config/config.ini
- echo "ServerName:your.domain.name" >> system/config/config.ini
- echo "InstallationMode:0" >> system/config/config.ini
- php yellow.php version
script: php yellow.php build test
script:
- php yellow.php build test