Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8cff33972c76640306a6b85445d82982a806ba97
Authored by
Henry Fredrick Schreiner
2018-04-09 15:49:13 +0200
1 parent
e12a295e
Adding digits for travis release to happen
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
8cff339
...
...
@@ -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
...
...