aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-01 11:49:32 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-01 11:49:32 +0200
commit35165e1669f0525fbd1f6b41cf5dd076b326057b (patch)
treeb59bda629cf5209f34ef71c9f6552639bfa94d95 /.travis.yml
parent10d0963eec1c9ae6d534e5eecb34ec807596d4a9 (diff)
downloadPeerTube-35165e1669f0525fbd1f6b41cf5dd076b326057b.tar.gz
PeerTube-35165e1669f0525fbd1f6b41cf5dd076b326057b.tar.zst
PeerTube-35165e1669f0525fbd1f6b41cf5dd076b326057b.zip
Electron-prebuilt -> electron
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