element-web-Github/.travis.yml

7 lines
153 B
YAML
Raw Normal View History

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