Skip to content

Commit 9da472f

Browse files
authored
Merge pull request #29 from utPLSQL/feature/build_matrix
Added build matrix for Travis
2 parents fa28fac + a719473 commit 9da472f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.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)