Skip to content

Commit

Permalink
Merge pull request #636 from kohana/3.3/test/phpunit-version-lowest
Browse files Browse the repository at this point in the history
Add test with lowest PHPUnit version to Travis matrix
  • Loading branch information
acoulton committed Sep 21, 2015
2 parents c53d290 + 9c112bf commit 06f9065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -8,8 +8,14 @@ php:
- 7.0
- hhvm

matrix:
include:
- php: 5.3
env: 'COMPOSER_PHPUNIT="lowest"'

before_script:
- COMPOSER_ROOT_VERSION=3.3.x-dev composer install --prefer-dist
- if [ "$COMPOSER_PHPUNIT" = "lowest" ]; then COMPOSER_ROOT_VERSION=3.3.x-dev composer update --prefer-lowest --with-dependencies phpunit/phpunit; fi;
- vendor/bin/koharness

script:
Expand Down

0 comments on commit 06f9065

Please sign in to comment.