View Single Post
10-24-18, 01:17 PM   #51
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Rythal View Post
Trying to get this setup myself and not having much luck with the regex even tho it should work :/

Currently they get tagged as vA.B.C(.D) so can be v8.0.0 or v8.0.0.1

Trying - ^v\d+.\d+.\d+(.\d+)?$ which works in any self-tests I do, but on Travis i'm getting 'Branch "v8.0.1.4" not included per configuration.'

What have I done wrong?
That should work fine, although I'd escape the punctuations (many regex parsers are picky).
Could you show me your .travis.yml file?
Attached Thumbnails
Click image for larger version

Name:	a87d.png
Views:	238
Size:	7.0 KB
ID:	9149  

Last edited by p3lim : 10-24-18 at 01:21 PM.
  Reply With Quote