[ticket/246] Try running spellchecker in php 5.5 test

B3P-246
This commit is contained in:
Marc Alexander
2014-04-14 00:57:15 +02:00
parent be38d6d284
commit 51e6a6e9a8

View File

@@ -41,6 +41,7 @@ script:
- cd ../../../../build
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' -a '$DB' = 'mysql' ]; then ../phpBB/vendor/bin/phing sniff; fi"
- cd ../phpBB/ext/board3/portal
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' -a '$DB' = 'mysql' ]; then php develop/spellchecker.php; fi"
- ../../../vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml
matrix: