Skip to content

Commit e01e93b

Browse files
committed
feat(cli): trigger release on version tag push
1 parent 7e9c970 commit e01e93b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ matrix:
3030
before_install:
3131
- set -e
3232
- rustup self update
33+
- echo "ENV:"
34+
- echo "TRAVIS_OS_NAME=$TRAVIS_OS_NAME"
35+
- echo "TRAVIS_RUST_VERSION=$TRAVIS_RUST_VERSION"
36+
- echo "TRAVIS_TAG=$TRAVIS_TAG"
3337

3438
install:
3539
- sh ci/install.sh
@@ -63,7 +67,7 @@ before_cache:
6367
branches:
6468
only:
6569
# release tags
66-
- /^v\d+\.\d+\.\d+.*$/
70+
- /^\d+\.\d+\.\d+.*$/
6771
- master
6872

6973
notifications:

0 commit comments

Comments
 (0)