Skip to content

Commit 76d999a

Browse files
committed
Changed the way project matrix is build
1 parent db68999 commit 76d999a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ env:
3434
- MAVEN_CFG=$HOME/.m2
3535
- UTPLSQL_CLI_VERSION="3.1.0"
3636
matrix:
37-
- UTPLSQL_3_VERSION='v3.0.0' RELEASE_ID=6394329 UTPLSQL_DIR='utPLSQLv3.0.0'
38-
- UTPLSQL_3_VERSION='v3.0.1' RELEASE_ID=6716262
39-
- UTPLSQL_3_VERSION='v3.0.2' RELEASE_ID=7085296
40-
- UTPLSQL_3_VERSION='v3.0.3' RELEASE_ID=7293900
41-
- UTPLSQL_3_VERSION='v3.0.4' RELEASE_ID=8372513
42-
- UTPLSQL_3_VERSION='latest' RELEASE_ID='latest'
37+
- UTPLSQL_3_VERSION='v3.0.0'
38+
- UTPLSQL_3_VERSION='v3.0.1'
39+
- UTPLSQL_3_VERSION='v3.0.2'
40+
- UTPLSQL_3_VERSION='v3.0.3'
41+
- UTPLSQL_3_VERSION='v3.0.4'
42+
- UTPLSQL_3_VERSION='v3.1.1'
43+
- UTPLSQL_3_VERSION='develop'
4344

4445
before_install:
4546
# download travis-oracle
4647
- wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.3.tar.gz'
4748
- mkdir -p .travis/oracle
4849
- tar x -C .travis/oracle --strip-components=1 -f v2.0.3.tar.gz
49-
# download latest utPLSQL release
50-
- curl -Lk -o utPLSQL_v3.zip $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/${RELEASE_ID} | awk '/browser_download_url/ { print $2 }' | grep '\.zip"$' | sed 's/"//g')
51-
- unzip -q utPLSQL_v3.zip
50+
# download utPLSQL v3 release
51+
- git clone --depth=1 --branch=${UTPLSQL_3_VERSION} https://github.com/utPLSQL/utPLSQL.git ${UTPLSQL_DIR}
5252
# download utPLSQL v.2.3.1 release
5353
- curl -Lk -o utPLSQL_v2.zip $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/3608515 | awk '/browser_download_url/ { print $2 }' | grep '\.zip"$' | sed 's/"//g')
5454
- unzip -d ${UTPLSQL_V2_DIR} -q utPLSQL_v2.zip

0 commit comments

Comments
 (0)