https://github.com/Microsoft/TypeScript
Raw File
Tip revision: fd95fe94fba20f40c39570fee98a3616c0181fa5 authored by TypeScript Bot on 12 January 2021, 02:22:05 UTC
Update LKG
Tip revision: fd95fe9
.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