Revision 3c936358b23b97c1a185be0687093d9d8c07b783 authored by TypeScript Bot on 13 January 2022, 20:17:50 UTC, committed by GitHub on 13 January 2022, 20:17:50 UTC
Component commits:
394c8422c2 Add failing test case.

9906b43ffa Guard against undefined relative path.

Co-authored-by: Daniel Rosenwasser <drosen@microsoft.com>
1 parent a9c5a04
Raw File
.travis.yml
language: node_js

node_js:
  - 'node'
  - '10'
  - '6'

sudo: false

env:
  - workerCount=3 timeout=600000

matrix:
  fast_finish: true

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

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

cache:
  directories:
    - node_modules

git:
  depth: 1
back to top