We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d886a7 commit 5ca847cCopy full SHA for 5ca847c
.travis.yml
@@ -32,10 +32,10 @@ script:
32
# Remove wcm.io artefacts from repository before cache
33
- rm -rf $HOME/.m2/repository/io/wcm
34
35
-# exlude release tags like xyz-1.0.0 or xyz-1
+# exlude release tags like 1.0.0
36
branches:
37
except:
38
- - /^.*\-\d+(\.\d+\.\d+)?(\..*|\-.*)?$/
+ - /^\d+(\.\d+\.\d+)?(\..*|\-.*)?$/
39
40
# Cache Maven Repository
41
cache:
0 commit comments