Skip to content

Commit 58a00fd

Browse files
committed
Merge pull request #27 from kohana/3.3/test/phpunit-version-lowest
Add test with lowest PHPUnit version to Travis matrix
2 parents aec2521 + 7fca319 commit 58a00fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ php:
88
- 7.0
99
- hhvm
1010

11+
matrix:
12+
include:
13+
- php: 5.3
14+
env: 'COMPOSER_PHPUNIT="lowest"'
15+
1116
before_script:
1217
- composer install --prefer-dist
18+
- if [ "$COMPOSER_PHPUNIT" = "lowest" ]; then composer update --prefer-lowest --with-dependencies phpunit/phpunit; fi;
1319
- vendor/bin/koharness
1420

1521
script:

0 commit comments

Comments
 (0)