https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 524480f2b2d860963b08d6bfe5f0497506182194 authored by TypeScript Bot on 26 October 2020, 21:19:52 UTC
Bump version to 4.0.5 and LKG
Tip revision: 524480f
.travis.yml
language: node_js

node_js:
  - '14'
  - '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