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/11 21:57:38 UTC

predictionio-sdk-php git commit: Run composer install

Repository: predictionio-sdk-php
Updated Branches:
  refs/heads/PIO-163 [created] b1bb158fe


Run composer install


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

Branch: refs/heads/PIO-163
Commit: b1bb158fe58fac316a6c57de93d0ee5beae30ebb
Parents: 2b99dcc
Author: Donald Szeto <do...@apache.org>
Authored: Tue Sep 11 14:57:19 2018 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Tue Sep 11 14:57:19 2018 -0700

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


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