浏览代码

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