Files
element-web/.travis.yml
Richard van der Hoff ebad3da6dd Use node v6 for travis
2016-08-25 14:26:56 +01:00

7 lines
150 B
YAML

language: node_js
node_js:
- 6 # node v6, to match jenkins
install:
- npm install
- (cd node_modules/matrix-react-sdk && npm run build)