mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
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:
parent
e31fbbeeee
commit
570839c68e
@ -1,6 +1,6 @@
|
||||
language: c
|
||||
|
||||
macbase:
|
||||
_macbase:
|
||||
- &macOld
|
||||
os: osx
|
||||
compiler: clang
|
||||
@ -43,8 +43,6 @@ dist: bionic
|
||||
services:
|
||||
- docker
|
||||
|
||||
sudo: required
|
||||
|
||||
env:
|
||||
global:
|
||||
# Coverity token
|
||||
|
Loading…
Reference in New Issue
Block a user