Skip to content

Commit

Permalink
Qual: Include migration script into continuous integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 15, 2014
1 parent 38a7513 commit 6f4e2dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6f4e2dd

Please sign in to comment.