Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 46ec03c

Browse files
author
Jens Schulze
committed
chore(PHPUnit): fix travis build for php 5.6
1 parent ef17f5f commit 46ec03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ before_script:
3535
- if [ $PHP != '5.4' ] ; then composer install -o --prefer-dist; fi
3636
script:
3737
- ant phpcs-ci
38-
- phpunit --testsuite=unit
38+
- vendor/bin/phpunit --testsuite=unit
3939
- if [ $PHP == '7.0' ] ; then phpunit --testsuite=integration; fi
4040
- ant behat
4141
after_success:

0 commit comments

Comments
 (0)