Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a719473

Browse files
committed
Added build matrix for Travis
API will now be executed against multiple releases of utPLSQL
1 parent fa28fac commit a719473

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ env:
1717
- DB_URL="127.0.0.1:1521:XE"
1818
- DB_USER=app
1919
- DB_PASS=app
20+
- ORACLE_VERSION="11g-xe-r2"
21+
- DOCKER_OPTIONS="--shm-size=1g"
22+
- UTPLSQL_FILE="utPLSQL"
2023
matrix:
21-
- ORACLE_VERSION="11g-xe-r2" DOCKER_OPTIONS="--shm-size=1g"
24+
- UTPLSQL_VERSION="v3.0.0"
25+
- UTPLSQL_VERSION="v3.0.1"
26+
- UTPLSQL_VERSION="v3.0.2"
27+
- UTPLSQL_VERSION="v3.0.3"
28+
- UTPLSQL_VERSION="v3.0.4"
2229

2330
cache:
2431
directories:

.travis/install_utplsql.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ set -ev
33
cd $(dirname $(readlink -f $0))
44

55
# Download the specified version of utPLSQL.
6-
UTPLSQL_VERSION="v3.0.4"
7-
UTPLSQL_FILE="utPLSQL"
86
curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION/$UTPLSQL_FILE.tar.gz"
97

108
# Download develop branch of utPLSQL.

0 commit comments

Comments
 (0)