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 c52e259 commit d7af0fcCopy full SHA for d7af0fc
.travis.yml
@@ -27,6 +27,7 @@ env:
27
- UTPLSQL_VERSION="v3.0.2"
28
- UTPLSQL_VERSION="v3.0.3"
29
- UTPLSQL_VERSION="v3.0.4"
30
+ - UTPLSQL_VERSION="v3.1.0"
31
32
cache:
33
directories:
@@ -44,7 +45,7 @@ before_script:
44
45
- cp .travis/settings.xml $MAVEN_CFG/settings.xml
46
47
script:
- - mvn verify -B -e
48
+ - mvn verify -B
49
50
before_deploy:
51
- if [ ! -z "$TRAVIS_TAG" ]; then VERSION=$(tr -d "/v/" <<<$TRAVIS_TAG); mvn org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${VERSION}; fi
0 commit comments