Skip to content

Commit 3627feb

Browse files
authored
Update .travis.yml
1 parent e0f9175 commit 3627feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333
# download travis-oracle
3434
- wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.3.tar.gz'
3535
- mkdir -p .travis/oracle
36-
- tar x -C .travis/oracle --strip-components=1 -f v2.0.2.tar.gz
36+
- tar x -C .travis/oracle --strip-components=1 -f v2.0.3.tar.gz
3737
# download latest utPLSQL release
3838
- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
3939
- unzip -q utPLSQL.zip

0 commit comments

Comments
 (0)