Skip to content

Commit

Permalink
feat(cli): trigger release on version tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Apr 2, 2019
1 parent 7e9c970 commit e01e93b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ matrix:
before_install:
- set -e
- rustup self update
- echo "ENV:"
- echo "TRAVIS_OS_NAME=$TRAVIS_OS_NAME"
- echo "TRAVIS_RUST_VERSION=$TRAVIS_RUST_VERSION"
- echo "TRAVIS_TAG=$TRAVIS_TAG"

install:
- sh ci/install.sh
Expand Down Expand Up @@ -63,7 +67,7 @@ before_cache:
branches:
only:
# release tags
- /^v\d+\.\d+\.\d+.*$/
- /^\d+\.\d+\.\d+.*$/
- master

notifications:
Expand Down

0 comments on commit e01e93b

Please sign in to comment.