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

Skip to content

Commit fbebf00

Browse files
committed
Added build matrix for demo project
1 parent 4efb7f3 commit fbebf00

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ env:
3535
- CACHE_DIR=$HOME/.cache
3636
- MAVEN_HOME=/usr/local/maven
3737
- MAVEN_CFG=$HOME/.m2
38+
matrix:
39+
- UTPLSQL_3_VERSION='v3.0.0'
40+
- UTPLSQL_3_VERSION='v3.0.1'
41+
- UTPLSQL_3_VERSION='v3.0.2'
42+
- UTPLSQL_3_VERSION='v3.0.3'
43+
- UTPLSQL_3_VERSION='v3.0.4'
44+
- UTPLSQL_3_VERSION='v3.1.1'
45+
- UTPLSQL_3_VERSION='develop'
3846

3947
cache:
4048
pip: true
@@ -47,8 +55,8 @@ before_install:
4755
- npm install -g phantomjs-prebuilt casperjs
4856
# download Oracle XE installer for Travis
4957
- .travis/oracle/download.sh
50-
# download latest utPLSQL release
51-
- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep '\.zip"$' | sed 's/"//g')
58+
# download latest utPLSQL develop code
59+
- git clone --depth=1 --branch=${UTPLSQL_3_VERSION} https://github.com/utPLSQL/utPLSQL.git ${UTPLSQL_DIR}
5260
# download latest utPLSQL-cli release
5361
- curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/download/v${UTPLSQL_CLI_VERSION}/utPLSQL-cli.zip
5462

0 commit comments

Comments
 (0)