Automatic deployment

This commit is contained in:
Michael Shilman 2017-05-14 10:03:56 +10:00
parent 47bb523983
commit 97f49cefc4

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