diff --git a/script/notify b/script/notify index fc881be8..141a9214 100644 --- a/script/notify +++ b/script/notify @@ -9,8 +9,8 @@ package=primer-css version=`jq -r .version modules/$package/package.json` published="$package@$version" +# XXX this will go away if we build pushes instead of PRs if [[ "$TRAVIS_PULL_REQUEST_SHA" != "" ]]; then - # setting TRAVIS_COMMIT inline here is a fix for: # export TRAVIS_COMMIT=$TRAVIS_PULL_REQUEST_SHA