Skip to content

Commit fed8cd7

Browse files
committed
Use PHPunit 5.7 in all test jobs
1 parent c09f45e commit fed8cd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ sudo: false
99
cache:
1010
directories:
1111
- $HOME/.composer/cache/files
12+
- .phpunit
1213

1314
env:
1415
- SYMFONY_VERSION=3.2.*
16+
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_VERSION=5.7
1517

1618
matrix:
1719
include:
@@ -32,7 +34,7 @@ before_install:
3234

3335
install: composer update --prefer-dist $COMPOSER_FLAGS
3436

35-
script: phpunit
37+
script: vendor/bin/simple-phpunit
3638

3739
notifications:
3840
irc: "irc.freenode.org#symfony-cmf"

0 commit comments

Comments
 (0)