File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 35
35
- CACHE_DIR=$HOME/.cache
36
36
- MAVEN_HOME=/usr/local/maven
37
37
- 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'
38
46
39
47
cache :
40
48
pip : true
@@ -47,8 +55,8 @@ before_install:
47
55
- npm install -g phantomjs-prebuilt casperjs
48
56
# download Oracle XE installer for Travis
49
57
- .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}
52
60
# download latest utPLSQL-cli release
53
61
- curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/download/v${UTPLSQL_CLI_VERSION}/utPLSQL-cli.zip
54
62
You can’t perform that action at this time.
0 commit comments