https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 9517c5b48ebf09308bf775fb5ad87a4fe2afd937 authored by Daniel Rosenwasser on 02 December 2020, 22:27:54 UTC
Update harnessIO.ts
Tip revision: 9517c5b
.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