Skip to content

Commit

Permalink
Merge 0ed580e into 0647109
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Apr 7, 2020
2 parents 0647109 + 0ed580e commit 405edbc
Show file tree
Hide file tree
Showing 3 changed files with 10,759 additions and 5,137 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ after_success:
# run automated release process with semantic-release
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, TRAVIS_EVENT_TYPE=$TRAVIS_EVENT_TYPE, TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION"
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
npm i --no-save semantic-release@15 @semantic-release/changelog@3 @semantic-release/git@7;
semantic-release;
fi;
npm run semantic-release
fi

0 comments on commit 405edbc

Please sign in to comment.