X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=9fcd50deec6369220ef7ef31c4f0d3379e6b816f;hb=38d78e5b82a30d1318e3cc2532b7ea22b8e163fa;hp=efd74b847c7bb509e81dd93283e48c9653036802;hpb=88c08e1f06396f3b7eabe3f121de4ad88d607989;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.travis.yml b/.travis.yml index efd74b847..9fcd50dee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,18 @@ language: node_js node_js: - - "4.5" - - "6.6" + - "4.6" + - "6.9" + +env: + - CXX=g++-4.8 + +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 sudo: false