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