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