TypeScript/.travis.yml
2016-07-29 14:48:43 -07:00

30 lines
351 B
YAML

language: node_js
node_js:
- 'stable'
- '4'
- '0.10'
sudo: false
matrix:
fast_finish: true
include:
- os: osx
node_js: stable
osx_image: xcode7.3
branches:
only:
- master
- transforms
install:
- npm uninstall typescript
- npm uninstall tslint
- npm install
- npm update
cache:
directories:
- node_modules