mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Use node v6 for travis
This commit is contained in:
parent
4633d16a6b
commit
ebad3da6dd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue