projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a00504
)
Remove useless commands from travis
author
Chocobozzz
<florian.bigard@gmail.com>
Fri, 7 Oct 2016 12:53:27 +0000
(14:53 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Fri, 7 Oct 2016 12:53:27 +0000
(14:53 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 7b025f0b98964c96760179cc147514d65f8b2b68..efd74b847c7bb509e81dd93283e48c9653036802 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-4,16
+4,6
@@
node_js:
- "4.5"
- "6.6"
-env:
- - CXX=g++-4.8
-
-addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - g++-4.8
-
sudo: false
services:
@@
-22,7
+12,6
@@
services:
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
before_script:
- - npm install electron -g
- npm run build
- wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz"
- tar xf ffmpeg-release-3.0.2-64bit-static.tar.xz