Commit 8cff33972c76640306a6b85445d82982a806ba97

Authored by Henry Fredrick Schreiner
1 parent e12a295e

Adding digits for travis release to happen

Showing 1 changed file with 2 additions and 0 deletions
.travis.yml
... ... @@ -4,9 +4,11 @@ dist: trusty
4 4  
5 5 # Exclude ghpages,
6 6 # but even better, don't build branch and PR, just PR
  7 +# Include tags starting with v and a digit
7 8 branches:
8 9 only:
9 10 - master
  11 + - /^v\d/
10 12  
11 13 cache:
12 14 ccache: true
... ...