Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
15e79ea2d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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