riot-web/.travis.yml

7 lines
158 B
YAML
Raw Normal View History

2016-08-25 12:56:49 +02:00
language: node_js
node_js:
- node # Latest stable version of nodejs.
install:
- npm install
- (cd node_modules/matrix-react-sdk && npm run build)