Skip to content

Commit b83c6a5

Browse files
author
Kareem Zidane
authoredApr 18, 2017
Merge pull request #14 from cs50/tag-builds
disabled tag builds
2 parents 406ee20 + a6a43ed commit b83c6a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: python
22

33
python: "3.4"
44

5+
# don't build tags
6+
branches:
7+
except: /^v\d/
8+
59
# build sdist
610
script: make build
711

0 commit comments

Comments
 (0)
Please sign in to comment.