mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00: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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user