Skip to content

Commit e4100d1

Browse files
committed
Version 2.0.2
1 parent 39009be commit e4100d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ the current license agreement for [Oracle Database Express Edition][].
3232
3. Download and extract the [latest release][] into your project. For example,
3333
3434
```shell
35-
wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.1.tar.gz'
35+
wget 'https://github.com/cbandy/travis-oracle/archive/v2.0.2.tar.gz'
3636
mkdir -p .travis/oracle
37-
tar x -C .travis/oracle --strip-components=1 -f v2.0.1.tar.gz
37+
tar x -C .travis/oracle --strip-components=1 -f v2.0.2.tar.gz
3838
```
3939

4040
4. Enable [`sudo`](https://docs.travis-ci.com/user/workers/standard-infrastructure/):

0 commit comments

Comments
 (0)