瀏覽代碼

fix travis timeout

ruki 6 年之前
父節點
當前提交
d2c6efb195
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .travis.yml
  2. 1 1
      packages/f/ffmpeg/xmake.lua

+ 1 - 1
.travis.yml

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

+ 1 - 1
packages/f/ffmpeg/xmake.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",