botserver/.travis.yaml
Rodrigo Rodriguez (pragmatismo.io) bc46284de5 Fixing CI configuration.
2018-11-11 17:41:36 -02:00

24 lines
253 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 build
- npm run test
- npm run tslint
branches:
only:
- master