diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 22:45:27 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 22:45:27 +0200 |
commit | 85cd99dc84cea7e9f428f251214bcdae428a9843 (patch) | |
tree | 1c5f1fe146fdbd9667295807b91178095cdbe4a6 /.travis.yml | |
parent | ea893004aa1c1efd06fbea00da5baa511051c70a (diff) | |
download | PeerTube-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.yml | 2 |
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 | |||
19 | services: | 19 | services: |
20 | - postgresql | 20 | - postgresql |
21 | 21 | ||
22 | before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi | ||
23 | |||
24 | before_script: | 22 | before_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" |