FEMessage / vue-sfc-cli

🔨A powerful tool for developing vue single-file component
https://medium.com/deepexi/reveal-the-secret-of-vue-sfc-cli-69f0f21dbad3
MIT License
149 stars 36 forks source link

chore: dynamic org name and repo name in travis #110

Closed lianghx-319 closed 4 years ago

lianghx-319 commented 4 years ago

Why

I just want to copy the notify.sh anywhere for travis ci

How

  1. Get $TRAVIS_REPO_SLUG env variable in Travis-ci https://docs.travis-ci.com/user/environment-variables/ image

  2. Cut $TRAVIS_REPO_SLUG into ORG_NAME and REPO_NAME

Test

image