]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .travis.yml
Update to Angular RC 1
[github/Chocobozzz/PeerTube.git] / .travis.yml
index 2d3d942964b6e933e1767856dcc8c728d555be4c..2be6a797ab399342ad56ca5f739ff82b0456f740 100644 (file)
@@ -21,7 +21,12 @@ services:
 
 before_script:
   - npm install electron-prebuilt -g
-  - npm install grunt-cli -g
+  - npm run build
+  - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"
+  - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz
+  - mkdir -p $HOME/bin
+  - cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin
+  - export PATH=$HOME/bin:$PATH
 
 after_failure:
   - cat test1/logs/all-logs.log