aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-11-11 15:02:21 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-11-11 15:02:21 +0100
commit16357143aeef68768664c8961db686e65b2350e2 (patch)
tree84e617cbb09f545e79dfa3e22dad5be8e26abb3f /.travis.yml
parent1eb6997e724c12886f954dc64c4cd73c79e58e75 (diff)
downloadPeerTube-16357143aeef68768664c8961db686e65b2350e2.tar.gz
PeerTube-16357143aeef68768664c8961db686e65b2350e2.tar.zst
PeerTube-16357143aeef68768664c8961db686e65b2350e2.zip
Forgot to add cxx to env
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index baac98fcf..9268112f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@ node_js:
4 - "0.12" 4 - "0.12"
5 - "4.2" 5 - "4.2"
6 6
7env:
8 - CXX=g++-4.8
9
7addons: 10addons:
8 apt: 11 apt:
9 sources: 12 sources: