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,711
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 Images
File Type: png a87d.png (7.0 KB, 429 views)

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