Skip to content

Commit 248a9bb

Browse files
committed
Don't use 3.1.0 for tests
1 parent 953c7f0 commit 248a9bb

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ env:
2727
- UTPLSQL_VERSION="v3.0.2"
2828
- UTPLSQL_VERSION="v3.0.3"
2929
- UTPLSQL_VERSION="v3.0.4"
30-
- UTPLSQL_VERSION="v3.1.0"
3130
- UTPLSQL_VERSION="v3.1.1"
3231
- UTPLSQL_VERSION="v3.1.2"
3332
- UTPLSQL_VERSION="develop"

.travis/install_utplsql.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ else
1111
curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION/$UTPLSQL_FILE.tar.gz"
1212
fi
1313

14-
# Download develop branch of utPLSQL.
15-
#UTPLSQL_VERSION="develop"
16-
#UTPLSQL_FILE="utPLSQL"
17-
#git clone -b develop --single-branch https://github.com/utPLSQL/utPLSQL.git
18-
# tar -czf $UTPLSQL_FILE.tar.gz $UTPLSQL_FILE && rm -rf $UTPLSQL_FILE
19-
2014
# Create a temporary install script.
2115
cat > install.sh.tmp <<EOF
2216
tar -xzf ${UTPLSQL_FILE}.tar.gz && rm ${UTPLSQL_FILE}.tar.gz

0 commit comments

Comments
 (0)