aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-19 21:55:36 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-19 21:55:36 +0200
commit93652f8d1ad0edcce8ae32a261b1e357688da7b8 (patch)
treef7ef263dd5c6111ece4e7ec923f0ed42e844271a /.travis.yml
parent401b079d6bbfa47b040075fe85f2900f42c3f003 (diff)
downloadPeerTube-93652f8d1ad0edcce8ae32a261b1e357688da7b8.tar.gz
PeerTube-93652f8d1ad0edcce8ae32a261b1e357688da7b8.tar.zst
PeerTube-93652f8d1ad0edcce8ae32a261b1e357688da7b8.zip
Update node 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 2be6a797a..cb351c613 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.2" 4 - "4.4"
5 - "5.1" 5 - "6.2"
6 6
7env: 7env:
8 - CXX=g++-4.8 8 - CXX=g++-4.8