travis: fix config validation warnings

private keys should be prefixed with an underscore (_). the sudo key is
deprecated and doesn't influence anything anymore.
This commit is contained in:
der richter 2020-03-25 19:22:23 +01:00 committed by Jan Ekström
parent e31fbbeeee
commit 570839c68e
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: c language: c
macbase: _macbase:
- &macOld - &macOld
os: osx os: osx
compiler: clang compiler: clang
@ -43,8 +43,6 @@ dist: bionic
services: services:
- docker - docker
sudo: required
env: env:
global: global:
# Coverity token # Coverity token