https://github.com/Microsoft/TypeScript
Raw File
Tip revision: a1e2a4bd4e466824ac72340740ac408720b2099a authored by TypeScript Bot on 16 June 2021, 23:19:48 UTC
Bump version to 4.1.6 and LKG
Tip revision: a1e2a4b
.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