https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 912cbdfcb6b5ed1b0623390fc350c3c313fc8f1b authored by TypeScript Bot on 17 August 2020, 02:14:20 UTC
Update LKG
Tip revision: 912cbdf
.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