Skip to content

Commit c1f2f39

Browse files
committed
Address Travis CI warnings and bump Ubuntu version to 20.04
* Warinings to be addressed https://travis-ci.org/github/rsim/oracle-enhanced/builds/749919415/config ``` root: deprecated key sudo (The key `sudo` has no effect anymore.) root: missing os, using the default linux ``` * The Ubuntu 20.04 (Focal Fossa) Build Environment https://docs.travis-ci.com/user/reference/focal/
1 parent d3e05ca commit c1f2f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dist: bionic
2-
sudo: required
1+
os: linux
2+
dist: focal
33
cache: bundler
44

55
env:

0 commit comments

Comments
 (0)