From 6f4e2dd9fcaded81364c90127f49a9ecba6aa2ea Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 15 Jan 2014 20:33:40 +0100 Subject: [PATCH] Qual: Include migration script into continuous integration. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b14888ea828..1d359cf4ed8 100644 --- a/.travis.yml +++ b/.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