element-web/.travis.yml

7 lines
150 B
YAML
Raw Normal View History

2016-08-25 11:56:49 +01:00
language: node_js
node_js:
2016-08-25 14:26:56 +01:00
- 6 # node v6, to match jenkins
install:
- npm install
- (cd node_modules/matrix-react-sdk && npm run build)