https://github.com/Microsoft/TypeScript
Raw File
Tip revision: b7de5e3c4cd11f9bdbcb5e741125f79ec9853bfe authored by TypeScript Bot on 16 June 2021, 00:17:18 UTC
Bump version to 3.9.10 and LKG
Tip revision: b7de5e3
.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