added debug info for mac build

This commit is contained in:
itsmattkc
2019-03-09 10:22:07 +11:00
parent 18065216da
commit eda4096c8d
+2 -1
View File
@@ -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