botserver/.travis.yaml
Rodrigo Rodriguez (pragmatismo.io) 47406ac487 Adding CI.
2018-11-11 10:50:58 -02:00

30 lines
328 B
YAML

language: node_js
node_js:
- 'node'
- '10'
- '6'
sudo: false
env:
- workerCount=3 timeout=600000
matrix:
fast_finish: true
branches:
only:
- master
install:
- npm uninstall typescript --no-save
- npm uninstall tslint --no-save
- npm install
cache:
directories:
- node_modules
git:
depth: 1