Revision 9fa7d8b3b9cb05dfb3ced36d378edadd2090a3b7 authored by Sheetal Nandi on 16 October 2019, 22:38:29 UTC, committed by Sheetal Nandi on 16 October 2019, 22:38:29 UTC
1 parent a4044ca
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