Revision 85a3b2c0e53a54a4859828c8d23f719f84bcf380 authored by Anders Hejlsberg on 15 April 2019, 06:26:08 UTC, committed by Anders Hejlsberg on 15 April 2019, 06:26:08 UTC
1 parent 7dcb3ca
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 uninstall tslint --no-save
  - npm install

cache:
  directories:
    - node_modules

git:
  depth: 1
back to top