element-web/.travis.yml

7 lines
156 B
YAML
Raw Normal View History

2016-08-23 14:05:50 +00:00
language: node_js
node_js:
- node # Latest stable version of nodejs.
2017-01-12 17:09:49 +00:00
install:
- npm install
- (cd node_modules/matrix-react-sdk && npm install)