fix travis timeout

pull/13/head
ruki 6 years ago
parent dba4479022
commit d2c6efb195
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      .travis.yml
  2. 2
      packages/f/ffmpeg/xmake.lua

@ -14,5 +14,5 @@ install:
- cd -
script:
- xmake l ./scripts/test.lua
- travis_wait 60 xmake l ./scripts/test.lua

@ -20,7 +20,7 @@ package("ffmpeg")
if is_plat("macosx") then
add_frameworks("CoreFoundation", "Foundation", "CoreVideo", "CoreMedia", "AudioToolbox", "VideoToolbox", "Security")
end
on_install("linux", "macosx", function (package)
local configs = {"--disable-ffmpeg",
"--disable-ffplay",

Loading…
Cancel
Save