TypeScript/.travis.yml
Ryan Cavanaugh 46eaf4feb0 Remove npm update; add release-2.3 to branches
This command *should* do nothing immediately following an `npm install`, but causes failures due to `tslint` having a dependency on `typescript`.

Also add release-2.3 to our covered branches
2017-04-11 12:38:49 -07:00

34 lines
340 B
YAML

language: node_js
node_js:
- 'stable'
- '6'
- '4'
sudo: false
env:
- workerCount=3
matrix:
fast_finish: true
branches:
only:
- master
- release-2.1
- release-2.2
- release-2.3
install:
- npm uninstall typescript
- npm uninstall tslint
- npm install
cache:
directories:
- node_modules
git:
depth: 1