Skip to content

Commit 1490f17

Browse files
committed
Changed PhpUnit call to vendor directory in Travis script
1 parent db07a2e commit 1490f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ before_script:
2424
2525
composer style-check src $CHANGED_FILES;
2626
composer style-check tests $CHANGED_FILES;
27-
phpunit --no-coverage;
27+
php vendor/bin/phpunit --no-coverage;
2828
else
2929
mkdir -p build/logs;
30-
phpunit;
30+
php vendor/bin/phpunit;
3131
fi;
3232
}
3333
- composer update $STABILITY

0 commit comments

Comments
 (0)