We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee328b commit e0f9175Copy full SHA for e0f9175
.travis.yml
@@ -31,7 +31,7 @@ env:
31
- UTPLSQL_V2_DIR="utPLSQL_V2"
32
before_install:
33
# download travis-oracle
34
- - wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.2.tar.gz'
+ - wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.3.tar.gz'
35
- mkdir -p .travis/oracle
36
- tar x -C .travis/oracle --strip-components=1 -f v2.0.2.tar.gz
37
# download latest utPLSQL release
0 commit comments