aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-26 22:45:27 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 22:45:27 +0200
commit85cd99dc84cea7e9f428f251214bcdae428a9843 (patch)
tree1c5f1fe146fdbd9667295807b91178095cdbe4a6 /.travis.yml
parentea893004aa1c1efd06fbea00da5baa511051c70a (diff)
downloadPeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.tar.gz
PeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.tar.zst
PeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.zip
Use yarn instead of npm install
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 068067796..5c6302bc9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,6 @@ sudo: false
19services: 19services:
20 - postgresql 20 - postgresql
21 21
22before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
23
24before_script: 22before_script:
25 - npm run build 23 - npm run build
26 - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz" 24 - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"