You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2018/09/12 18:43:40 UTC

predictionio-sdk-php git commit: Fix version of PHPUnit

Repository: predictionio-sdk-php
Updated Branches:
  refs/heads/PIO-163 01fcc2236 -> fa9c1a3ca


Fix version of PHPUnit


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/fa9c1a3c
Tree: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/tree/fa9c1a3c
Diff: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/diff/fa9c1a3c

Branch: refs/heads/PIO-163
Commit: fa9c1a3ca78ed85d423d1761c8fa92678c0b31ca
Parents: 01fcc22
Author: Donald Szeto <do...@apache.org>
Authored: Wed Sep 12 11:43:08 2018 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Wed Sep 12 11:43:08 2018 -0700

----------------------------------------------------------------------
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/blob/fa9c1a3c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c97b944..b10fe09 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,5 +23,6 @@ before_script:
   - pear install phing/phing
   - phpenv rehash
   - phing
-  - composer install --no-dev
-  - phpunit --version
+  - composer install
+script:
+  - phing test