Revision 9df593b1f36f41a002d4e797e41248752dbf2793 authored by TypeScript Bot on 28 October 2019, 18:04:07 UTC, committed by Andrew Branch on 28 October 2019, 18:04:07 UTC
Component commits:
07a371bbf6 Fix extract type on JS function params
1 parent 6317c90
Raw File
.travis.yml
language: node_js

node_js:
  - 'node'
  - '10'
  - '8'

env:
  - workerCount=3 timeout=600000

matrix:
  fast_finish: true

branches:
  only:
  - master
  - /^release-.*/

install:
  - npm uninstall typescript --no-save
  - npm install

cache:
  directories:
    - node_modules

git:
  depth: 1
back to top