Merge pull request #26 from storybooks/25-auto-deploy

Automatic deployment
This commit is contained in:
Norbert de Langen 2017-05-14 02:08:53 +02:00 committed by GitHub
commit ad091e71ae

View File

@ -6,6 +6,6 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
exit 0
fi
if [[ $TRAVIS_BRANCH == 'master' ]]; then
# npm run semantic-release
if [[ $TRAVIS_BRANCH == 'source' ]]; then
npm run deploy
fi