mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade Travis CI to use Ubuntu 20.04 and fix warnings (#1630)
Upgrades the Travis CI build environment to Ubuntu 20.04 (Focal Fossa). Also fixes the following Travis configuration validation warnings: * deprecated key sudo (The key `sudo` has no effect anymore.) * missing os, using the default linux Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
+2
-3
@@ -1,8 +1,7 @@
|
||||
sudo: required
|
||||
dist: bionic
|
||||
os: linux
|
||||
dist: focal
|
||||
|
||||
language: java
|
||||
|
||||
jdk: openjdk11
|
||||
|
||||
cache:
|
||||
|
||||
Reference in New Issue
Block a user