Show PHPUnit version on Travis
Project: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/commit/01fcc223 Tree: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/tree/01fcc223 Diff: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/diff/01fcc223 Branch: refs/heads/PIO-163 Commit: 01fcc22360f2491d91fe84bea4853ad11358539b Parents: 2136b2e Author: Donald Szeto <[email protected]> Authored: Wed Sep 12 11:31:56 2018 -0700 Committer: Donald Szeto <[email protected]> Committed: Wed Sep 12 11:31:56 2018 -0700 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/blob/01fcc223/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 859b53c..c97b944 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,4 @@ before_script: - phpenv rehash - phing - composer install --no-dev + - phpunit --version
