Qual: Include migration script into continuous integration.
This commit is contained in:
parent
38a7513fcc
commit
6f4e2dd9fc
10
.travis.yml
10
.travis.yml
@ -84,10 +84,12 @@ before_script:
|
||||
|
||||
|
||||
script:
|
||||
- cd htdocs/install; php upgrade.php 3.4.0 3.5.0 > upgrade.log
|
||||
- cd htdocs/install; php upgrade.php2 3.4.0 3.5.0 > upgrade2.log
|
||||
- cd htdocs/install; php upgrade.php 3.5.0 3.6.0 >> upgrade.log
|
||||
- cd htdocs/install; php upgrade.php2 3.5.0 3.6.0 >> upgrade2.log
|
||||
- cd htdocs/install
|
||||
- php upgrade.php 3.4.0 3.5.0 > upgrade.log
|
||||
- php upgrade2.php 3.4.0 3.5.0 > upgrade2.log
|
||||
- php upgrade.php 3.5.0 3.6.0 >> upgrade.log
|
||||
- php upgrade2.php 3.5.0 3.6.0 >> upgrade2.log
|
||||
- cd
|
||||
# - cat upgrade.log
|
||||
# - cat upgrade2.log
|
||||
# - phpunit -d memory_limit=-1 --configuration test/phpunit/phpunittest.xml --coverage-text test/phpunit/AllTests.php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user