From eda4096c8da807c97c6e9f1a851487cc02d2cbf5 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 9 Mar 2019 10:22:07 +1100 Subject: [PATCH] added debug info for mac build --- .travis/after_success.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/after_success.sh b/.travis/after_success.sh index 1af2e0c79..a8e60792e 100644 --- a/.travis/after_success.sh +++ b/.travis/after_success.sh @@ -8,7 +8,8 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then GREP_PATH=ggrep fi -which $GREP_PATH +which curl +curl https://api.github.com/repos/olive-editor/olive/commits/master # Get current repo commit from GitHub (problems arose from trying to pipe cURL directly into grep, so we buffer it through a file) curl -s -N https://api.github.com/repos/olive-editor/olive/commits/master -o repo.txt