aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-11-11 13:06:01 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-11-11 13:06:01 +0100
commit4429bba6e212763323c06a723d72411723f7f440 (patch)
tree4fac42a556df46685e1223be00a34df707b110cc
parentb60035d8e86b712e586550f762c26caae353dc0e (diff)
downloadPeerTube-4429bba6e212763323c06a723d72411723f7f440.tar.gz
PeerTube-4429bba6e212763323c06a723d72411723f7f440.tar.zst
PeerTube-4429bba6e212763323c06a723d72411723f7f440.zip
Add node 4.2 LTS to travis
-rw-r--r--.travis.yml1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1729160f1..c9b9d4cf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2 2
3node_js: 3node_js:
4 - "0.12" 4 - "0.12"
5 - "4.2"
5 6
6sudo: false 7sudo: false
7 8
diff --git a/package.json b/package.json
index fbfa11d4e..3e97386b5 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
44 "request-replay": "^0.3.0", 44 "request-replay": "^0.3.0",
45 "segfault-handler": "^0.2.4", 45 "segfault-handler": "^0.2.4",
46 "time-grunt": "^1.2.1", 46 "time-grunt": "^1.2.1",
47 "ursa": "^0.8.5", 47 "ursa": "^0.9.1",
48 "webtorrent": "*", 48 "webtorrent": "*",
49 "winston": "^1.0.1", 49 "winston": "^1.0.1",
50 "ws": "^0.7.2" 50 "ws": "^0.7.2"