botserver/.travis.yml
Rodrigo Rodriguez (pragmatismo.io) a6ff182aa8 CI in progress.
2018-11-11 18:03:35 -02:00

27 lines
270 B
YAML

language: node_js
node_js:
- lts/*
notifications:
email: false
before_install:
- npm install --global nyc mocha typescript
install:
- npm run clean
- npm run build
- npm run build-docs
- npm run tslit
- npm run coveralls
script:
branches:
only:
- master