Skip to content

Commit 53f4307

Browse files
committed
Call vendor version of phpunit in CI instead of system version
1 parent 9b0af3c commit 53f4307

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
@@ -9,4 +9,4 @@ before_script:
99
- curl -s http://getcomposer.org/installer | php
1010
- php composer.phar install --dev
1111

12-
script: phpunit
12+
script: php ./vendor/bin/phpunit

0 commit comments

Comments
 (0)