botserver/.travis.yml
Rodrigo Rodriguez (pragmatismo.io) dcc2dde8d5 CI in progress.
2018-11-11 18:09:21 -02:00

26 lines
289 B
YAML

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