Skip to content

Commit d7af0fc

Browse files
committed
Added 3.1.0 to test-matrix
1 parent c52e259 commit d7af0fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
- UTPLSQL_VERSION="v3.0.2"
2828
- UTPLSQL_VERSION="v3.0.3"
2929
- UTPLSQL_VERSION="v3.0.4"
30+
- UTPLSQL_VERSION="v3.1.0"
3031

3132
cache:
3233
directories:
@@ -44,7 +45,7 @@ before_script:
4445
- cp .travis/settings.xml $MAVEN_CFG/settings.xml
4546

4647
script:
47-
- mvn verify -B -e
48+
- mvn verify -B
4849

4950
before_deploy:
5051
- 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

Comments
 (0)