5 # Only build the main develop/master branches - feature branches will be covered by PRs
8 - /^[0-9\.]+\/(develop|master)$/
13 - $HOME/.composer/cache
26 env: 'COMPOSER_PHPUNIT="lowest"'
29 - composer install --prefer-dist
30 - if [ "$COMPOSER_PHPUNIT" = "lowest" ]; then composer update --prefer-lowest --with-dependencies phpunit/phpunit; fi;
31 - vendor/bin/koharness
34 - cd /tmp/koharness && ./vendor/bin/phpunit --bootstrap=modules/unittest/bootstrap.php modules/unittest/tests.php