diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-11-11 15:02:21 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-11-11 15:02:21 +0100 |
commit | 16357143aeef68768664c8961db686e65b2350e2 (patch) | |
tree | 84e617cbb09f545e79dfa3e22dad5be8e26abb3f /.travis.yml | |
parent | 1eb6997e724c12886f954dc64c4cd73c79e58e75 (diff) | |
download | PeerTube-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.yml | 3 |
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 | ||
7 | env: | ||
8 | - CXX=g++-4.8 | ||
9 | |||
7 | addons: | 10 | addons: |
8 | apt: | 11 | apt: |
9 | sources: | 12 | sources: |