aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-01-24 16:40:24 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-01-24 16:41:19 +0100
commit86435b9baedfe300a28ea4545511c1b50d4119f6 (patch)
tree18e0cd37272e437b9abb83b67d990e3e57a09989 /.travis.yml
parentee66c5930e6c3694434a259dfb4b7f3e9f39cf7b (diff)
downloadPeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.tar.gz
PeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.tar.zst
PeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.zip
update modules AND REMOVE SUPPORT OF NODE 0.12 :'(
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e6b3aab7..5cf945105 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
1language: node_js 1language: node_js
2 2
3node_js: 3node_js:
4 - "0.12"
5 - "4.2" 4 - "4.2"
6 - "5.1" 5 - "5.1"
7 6
@@ -27,6 +26,7 @@ cache:
27 - $(npm config get prefix)/bin/electron-prebuilt 26 - $(npm config get prefix)/bin/electron-prebuilt
28 27
29before_script: 28before_script:
29 - npm update
30 - npm install electron-prebuilt -g 30 - npm install electron-prebuilt -g
31 - npm install grunt-cli -g 31 - npm install grunt-cli -g
32 32