Revision 2312c09b8789123d9174bcb952e165415665534d authored by Daniel Rosenwasser on 07 February 2019, 08:42:22 UTC, committed by Daniel Rosenwasser on 07 February 2019, 08:42:22 UTC
1 parent 670c480
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