1
1
mirror of https://github.com/primer/css.git synced 2024-11-14 03:54:54 +03:00

remove unicode char from status message

This commit is contained in:
Shawn Allen 2017-07-13 15:25:16 -07:00
parent 6325c214ce
commit b9fb9565b3

View File

@ -13,7 +13,7 @@ if [[ $TRAVIS_EVENT_TYPE = pull_request ]]; then
version=`jq -r .version modules/${package}/package.json`
echo "📡 Transmitting release success for ${package}@${version} ..."
TRAVIS_COMMIT=$TRAVIS_PULL_REQUEST_SHA \
commit-status success npm/publish/pr "📦 npm install ${package}@${version}"
commit-status success npm/publish/pr "npm install ${package}@${version}"
# merges to dev build a release candidate
elif [[ $TRAVIS_BRANCH = dev ]]; then
echo "👌 Publishing release candidate..."