Skip to content

Commit 6bb3488

Browse files
pesseSamuel Nitsche
authored andcommitted
Trial and error. Something's not working yet
1 parent e32a71d commit 6bb3488

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jdk:
99

1010
env:
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

2323
cache:
2424
directories:
@@ -28,9 +28,9 @@ cache:
2828

2929
install:
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

3535
script:
3636
- mvn package -DskipTests

0 commit comments

Comments
 (0)