diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-07-10 07:55:01 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-07-10 07:55:01 +0100 |
| commit | 36abac2b80d1ea509313ae4a75e25778cf5a31cc (patch) | |
| tree | 7a5682b4b2c1ec30bc1206f61f080b7b3540642f /.travis.yml | |
| parent | 8f8e52cd5c92d324672be6a67c1832328df0db47 (diff) | |
| download | webtrees-36abac2b80d1ea509313ae4a75e25778cf5a31cc.tar.gz webtrees-36abac2b80d1ea509313ae4a75e25778cf5a31cc.tar.bz2 webtrees-36abac2b80d1ea509313ae4a75e25778cf5a31cc.zip | |
Use our own phpunit
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 57a0f9e5f1..8a8b64e72a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: - travis_retry composer update script: - - phpunit --coverage-clover tests/clover.xml + - vendor/bin/phpunit --coverage-clover tests/clover.xml after_script: - - php vendor/bin/coveralls -v + - vendor/bin/coveralls -v |
