botserver/.travis.yml
Rodrigo Rodriguez (pragmatismo.io) ca565b890a TSLint fixing.
2018-11-11 19:09:18 -02:00

25 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 tslint
- npm run coveralls
branches:
only:
- master