Skip to content

Commit b49299d

Browse files
authored
Add comment for Travis branch/tag build spec
1 parent 9f9be3b commit b49299d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
os: linux
33
branches:
44
only:
5+
# Build tags and branches named master or starting with
6+
# 'v' followed by a digit, such as for version tags.
57
- master
68
- /^v\d.*$/
79
cache: pip
@@ -44,7 +46,7 @@ install:
4446
export PATH=$(echo $HOME/pypy3*/bin):$PATH
4547
export TOXPYTHON=$(echo $HOME/pypy3*/bin/pypy3)
4648
fi
47-
set +x
49+
set +x starting
4850
- |
4951
set -ex
5052
if [[ $TOXENV == 'check' ]]; then

0 commit comments

Comments
 (0)