Browse Source

phpunit: use executable in vendor/bin

Fixes:
$ phpunit --verbose
> PHPUnit 6.2.3 by Sebastian Bergmann and contributors.
> Runtime:       PHP 7.0.21 with Xdebug 2.5.5
> [...]
> No tests executed!
Fabian Peter Hammerle 8 years ago
parent
commit
15e79ea2d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -11,4 +11,4 @@ install:
 - composer global require "fxp/composer-asset-plugin:^1.3.1"
 - composer install
 
-script: phpunit --verbose
+script: ./vendor/bin/phpunit --verbose