botserver/.travis.yaml
Rodrigo Rodriguez (pragmatismo.io) 6a0e993833 CI in progress.
2018-11-11 18:00:37 -02:00

27 lines
295 B
YAML

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