mirror of https://github.com/mpv-player/mpv
travis: another attempt
I guess it didn't like the duplicate env section.
This commit is contained in:
parent
cfa9724a79
commit
cd42d72a7f
|
@ -8,6 +8,8 @@ env:
|
||||||
- LIBAV=libav-git
|
- LIBAV=libav-git
|
||||||
- LIBAV=ffmpeg-stable
|
- LIBAV=ffmpeg-stable
|
||||||
- LIBAV=ffmpeg-git
|
- LIBAV=ffmpeg-git
|
||||||
|
global:
|
||||||
|
- secure: "H21mSRlMhk4BKS0xHZvCFGJxteCP0hRVUxTuNfM2Z9HBsyutuLEYMtViLO86VtM+Tqla3xXPzUdS4ozLwI72Ax/5ZUDXACROj73yW6QhFB5D6rLut12+FjqC7M33Qv2hl0xwgNBmR5dsm1ToP37+Wn+ecJQNvN8fkTXF+HVzOEw="
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
|
@ -40,10 +42,6 @@ notifications:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- secure: "H21mSRlMhk4BKS0xHZvCFGJxteCP0hRVUxTuNfM2Z9HBsyutuLEYMtViLO86VtM+Tqla3xXPzUdS4ozLwI72Ax/5ZUDXACROj73yW6QhFB5D6rLut12+FjqC7M33Qv2hl0xwgNBmR5dsm1ToP37+Wn+ecJQNvN8fkTXF+HVzOEw="
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
coverity_scan:
|
coverity_scan:
|
||||||
project:
|
project:
|
||||||
|
|
Loading…
Reference in New Issue