Skip to content

Commit

Permalink
Travis - Build only master and version tags
Browse files Browse the repository at this point in the history
Version tags must have the form of X.Y(.Z)(-info) where what is in the
parentheses is optional
  • Loading branch information
ygalblum committed Mar 9, 2020
1 parent 92822e2 commit 23378eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: python
branches:
only:
- master
- ^\d+\.\d+(\.\d+)?(-\S*)?$
install:
- "./.travis/install.sh"
script:
Expand Down

0 comments on commit 23378eb

Please sign in to comment.