Browse Source

fix travis timeout

ruki 6 years ago
parent
commit
d2c6efb195
2 changed files with 2 additions and 2 deletions
  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",