aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-11-16 21:18:51 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-11-16 21:18:51 +0100
commit4c1068fceec5e855e5e22d27cfbda5026c5d6374 (patch)
tree6acde92f11f6e091e96fc18c0a060d577a9cd35d /.travis.yml
parentc77fa067a18a1fea34d5f277da19c2e4712018fa (diff)
downloadPeerTube-4c1068fceec5e855e5e22d27cfbda5026c5d6374.tar.gz
PeerTube-4c1068fceec5e855e5e22d27cfbda5026c5d6374.tar.zst
PeerTube-4c1068fceec5e855e5e22d27cfbda5026c5d6374.zip
Update nodejs versions for travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b7193f8a3..9fcd50dee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
1language: node_js 1language: node_js
2 2
3node_js: 3node_js:
4 - "4.5" 4 - "4.6"
5 - "6.6" 5 - "6.9"
6 6
7env: 7env:
8 - CXX=g++-4.8 8 - CXX=g++-4.8