Automated tests
This commit is contained in:
parent
d35184abbe
commit
5cabfcfed1
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue