Use node v6 for travis

This commit is contained in:
Richard van der Hoff 2016-08-25 14:26:56 +01:00
parent 4633d16a6b
commit ebad3da6dd

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- node # Latest stable version of nodejs.
- 6 # node v6, to match jenkins
install:
- npm install
- (cd node_modules/matrix-react-sdk && npm run build)