powerbi-router/.travis.yml

10 строки
176 B
YAML

language: node_js
node_js:
- node
install:
- npm install -g typings typescript
- npm link typescript
- typings install
- npm install
script:
- gulp test