element-web/.travis.yml

8 lines
203 B
YAML
Raw Normal View History

2016-08-25 13:56:49 +03:00
language: node_js
node_js:
2016-08-25 16:26:56 +03:00
- 6 # node v6, to match jenkins
install:
- npm install
2017-01-12 20:24:28 +03:00
- (cd node_modules/matrix-js-sdk && npm install)
- (cd node_modules/matrix-react-sdk && npm run build)