aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-07 14:53:27 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-07 14:53:27 +0200
commit88c08e1f06396f3b7eabe3f121de4ad88d607989 (patch)
treedf44e6535ffdd895c8c80c38db7c75a37ff4390b /.travis.yml
parent1a00504203d16a0d29cc1650bd3f58ecab128ec3 (diff)
downloadPeerTube-88c08e1f06396f3b7eabe3f121de4ad88d607989.tar.gz
PeerTube-88c08e1f06396f3b7eabe3f121de4ad88d607989.tar.zst
PeerTube-88c08e1f06396f3b7eabe3f121de4ad88d607989.zip
Remove useless commands from travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b025f0b9..efd74b847 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,16 +4,6 @@ node_js:
4 - "4.5" 4 - "4.5"
5 - "6.6" 5 - "6.6"
6 6
7env:
8 - CXX=g++-4.8
9
10addons:
11 apt:
12 sources:
13 - ubuntu-toolchain-r-test
14 packages:
15 - g++-4.8
16
17sudo: false 7sudo: false
18 8
19services: 9services:
@@ -22,7 +12,6 @@ services:
22before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi 12before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
23 13
24before_script: 14before_script:
25 - npm install electron -g
26 - npm run build 15 - npm run build
27 - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz" 16 - 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 17 - tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz