aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cf299f0e5..7b025f0b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ services:
22before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi 22before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
23 23
24before_script: 24before_script:
25 - npm install electron-prebuilt -g 25 - npm install electron -g
26 - npm run build 26 - npm run build
27 - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz" 27 - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"
28 - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz 28 - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz