https://github.com/Microsoft/TypeScript
Raw File
Tip revision: b512d91a351c474b1530f87faf6e5c53fb71c30d authored by TypeScript Bot on 10 December 2020, 02:50:26 UTC
Bump version to 4.1.3 and LKG
Tip revision: b512d91
.travis.yml
language: node_js

node_js:
  - 'node'
  - '12'
  - '10'

env:
  - workerCount=3 timeout=600000

matrix:
  fast_finish: true

branches:
  only:
  - master
  - /^release-.*/

install:
  - npm uninstall typescript --no-save
  - npm ci

cache:
  directories:
    - node_modules

git:
  depth: 1
back to top