We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5161a4d commit 1ff2814Copy full SHA for 1ff2814
.travis.yml
@@ -11,6 +11,10 @@ install:
11
before_script:
12
mvn cobertura:cobertura
13
14
+## Build SNAPSHOTS and release to maven central
15
+script:
16
+ mvn deploy --settings cfg/maven/CI/settings.xml -DskipTests=true -B -U -Prelease
17
+
18
after_success:
19
- bash <(curl -s https://codecov.io/bash)
20
@@ -19,6 +23,7 @@ deploy:
23
script: mvn --settings cfg/maven/CI/settings.xml org.codehaus.mojo:versions-maven-plugin:2.3:set -DnewVersion=$TRAVIS_TAG -Prelease
24
on:
21
25
tags: true
26
+ branch: kicksolutions/swagger2puml
22
27
28
after_deploy: mvn clean deploy --settings cfg/maven/CI/settings.xml -DskipTests=true -DnewVersion=$TRAVIS_TAG -B -U -Prelease
29
0 commit comments