Automated tests (configuration update)
This commit is contained in:
parent
0bf0005456
commit
eeb483d810
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue