浏览代码

test deploy

caihongxingqiu 5 年之前
父节点
当前提交
9ea8c3f369
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .rocketeer/strategies.php

+ 2 - 0
.rocketeer/strategies.php

@@ -40,9 +40,11 @@ return [
 
     'composer'     => [
         'install' => function (Composer $composer, $task) {
+            echo 'installing...';
             return $composer->install([], ['--no-interaction' => null, '--prefer-dist' => null]);
         },
         'update'  => function (Composer $composer) {
+            echo 'updating...';
             return $composer->update();
         },
     ],