mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Update travis node versions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "4.4"
|
||||
- "6.2"
|
||||
- "4.5"
|
||||
- "6.6"
|
||||
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
@@ -18,7 +18,7 @@ sudo: false
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
|
||||
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
|
||||
|
||||
before_script:
|
||||
|
||||
Reference in New Issue
Block a user