瀏覽代碼

print out additions being validated

pull/388/head
Dave Machado 6 年之前
父節點
當前提交
ab5d27c575
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      build/main.sh

+ 2
- 0
build/main.sh 查看文件

@@ -3,6 +3,8 @@ FORMAT_FILE=../README.md
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "running on Pull Request #$TRAVIS_PULL_REQUEST"
git show | egrep "\+" > additions.txt
echo "--ADDITIONS--"
cat additions.txt
LINK_FILE=additions.txt
else
echo "running on $TRAVIS_BRANCH branch"


Loading…
取消
儲存