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 17:08:37 UTC

predictionio-sdk-php git commit: Do not install PHPUnit on Travis

Repository: predictionio-sdk-php
Updated Branches:
  refs/heads/PIO-163 b1bb158fe -> c15f9fe3c


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

Branch: refs/heads/PIO-163
Commit: c15f9fe3cfb6bde3ee901bd979585661be85003e
Parents: b1bb158
Author: Donald Szeto <do...@apache.org>
Authored: Wed Sep 12 10:07:50 2018 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Wed Sep 12 10:07:50 2018 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/blob/c15f9fe3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 64d46bf..1223ecf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,4 +9,4 @@ before_script:
   - pear install phing/phing
   - phpenv rehash
   - phing
-  - composer install
+  - composer install --no-dev