Revision 99700c73bc0835403ca5c73df449a5cb85a2c6f4 authored by Daniel Rosenwasser on 24 June 2020, 07:19:08 UTC, committed by GitHub on 24 June 2020, 07:19:08 UTC
🤖 Pick PR #39216 (Leverage syntax cursor as part of r...) into release-4.0
2 parent s edb72ea + fd2ddfe
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