소스 검색

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 년 전
부모
커밋
15e79ea2d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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