Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb98975 commit b388dd4Copy full SHA for b388dd4
1 file changed
.travis.yml
@@ -47,6 +47,9 @@ env:
47
#utPLSQL released version directory
48
- UTPLSQL_DIR="utPLSQL_latest_release"
49
- UTPLSQL_CLI_FILE="utPLSQL-cli.zip"
50
+ # Maven
51
+ - MAVEN_HOME=/usr/local/maven
52
+ - MAVEN_CFG=$HOME/.m2
53
matrix:
54
- ORACLE_VERSION="${DOCKER_TAG_11G:-11g-r2-xe}" CONNECTION_STR='127.0.0.1:1521/XE' DOCKER_OPTIONS='--shm-size=1g'
55
- ORACLE_VERSION="${DOCKER_TAG_12C:-12c-r1-se2}" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
@@ -57,6 +60,7 @@ cache:
57
60
directories:
58
61
- $CACHE_DIR
59
62
- node_modules
63
+ - $MAVEN_CFG
64
65
before_install:
66
#The update_project_version is done before deployment to validate that the change of project files does not break installation
0 commit comments