We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39009be commit e4100d1Copy full SHA for e4100d1
README.md
@@ -32,9 +32,9 @@ the current license agreement for [Oracle Database Express Edition][].
32
3. Download and extract the [latest release][] into your project. For example,
33
34
```shell
35
- wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.1.tar.gz'
+ wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.2.tar.gz'
36
mkdir -p .travis/oracle
37
- tar x -C .travis/oracle --strip-components=1 -f v2.0.1.tar.gz
+ tar x -C .travis/oracle --strip-components=1 -f v2.0.2.tar.gz
38
```
39
40
4. Enable [`sudo`](https://docs.travis-ci.com/user/workers/standard-infrastructure/):
0 commit comments