mirror of https://github.com/Chocobozzz/PeerTube
Fix travis
parent
2559aa3b03
commit
d22629bd93
10
.travis.yml
10
.travis.yml
|
@ -4,6 +4,16 @@ node_js:
|
||||||
- "4.5"
|
- "4.5"
|
||||||
- "6.6"
|
- "6.6"
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CXX=g++-4.8
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-4.8
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue