TypeScript/.travis.yml
Kanchalai Tanglertsampan 9ecaa3d74a just update issue template
2017-06-13 11:34:53 -07:00

31 lines
312 B
YAML

language: node_js
node_js:
- 'stable'
- '6'
- '4'
sudo: false
env:
- workerCount=3
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