File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 global :
12- - DOCKER_CFG=$HOME/.docker
13- - DOCKER_REPO="viniciusam/oracledb"
14- - CACHE_DIR=$HOME/.cache
15- - MAVEN_HOME=/usr/local/maven
16- - MAVEN_CFG=$HOME/.m2
17- - DB_URL="127.0.0.1:1521:XE"
18- - DB_USER=app
19- - DB_PASS=app
20- matrix :
21- - ORACLE_VERSION="11g-xe-r2" DOCKER_OPTIONS="--shm-size=1g"
12+ - DOCKER_CFG=$HOME/.docker
13+ - DOCKER_REPO="viniciusam/oracledb"
14+ - CACHE_DIR=$HOME/.cache
15+ - MAVEN_HOME=/usr/local/maven
16+ - MAVEN_CFG=$HOME/.m2
17+ - DB_URL="127.0.0.1:1521:XE"
18+ - DB_USER=app
19+ - DB_PASS=app
20+ matrix :
21+ - ORACLE_VERSION="11g-xe-r2" DOCKER_OPTIONS="--shm-size=1g"
2222
2323cache :
2424 directories :
2828
2929install :
3030 - bash .travis/maven_cfg.sh
31- - bash .travis/start_db.sh
32- - bash .travis/install_utplsql.sh
33- - bash .travis/install_demo_project.sh
31+ - bash .travis/start_db.sh
32+ - bash .travis/install_utplsql.sh
33+ - bash .travis/install_demo_project.sh
3434
3535script :
3636 - mvn package -DskipTests
You can’t perform that action at this time.
0 commit comments