Skip to content

Commit

Permalink
Run travis on tags too (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Aug 5, 2020
1 parent 28491a9 commit c2b7654
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,7 +1,11 @@

language: python
dist: bionic
if: branch = master
branches:
only:
- master
# tags with 1.1.1
- /^v?\d+(\.\d+)*$/

python:
- 3.7
Expand Down

0 comments on commit c2b7654

Please sign in to comment.