We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cede74c commit 31e0f8cCopy full SHA for 31e0f8c
.travis_core.sh
@@ -13,8 +13,8 @@ then
13
fi
14
cd ..
15
16
-# automatic deployment to tdurieux's repo
17
-if [[ $TRAVIS_BRANCH == "master" ]]; then
+# automatic deployment to tdurieux's repo if pushed on branch "release"
+if [[ $TRAVIS_BRANCH == "release" ]]; then
18
cd nopol;
19
mvn versions:set -DnewVersion=`git rev-parse HEAD`
20
mvn deploy --settings ../.travis-settings.xml -DskipTests=true -B;
0 commit comments