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 d8aa741 commit aaa78f9Copy full SHA for aaa78f9
1 file changed
.travis/after_script.sh
@@ -1,3 +1,3 @@
1
-if ( [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${$TRAVIS_BRANCH}" = "dev" ] ) then;
+if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "dev" ]; then
2
mvn deploy --settings .maven.xml -B -U -Prelease
3
fi
0 commit comments