
sudo: false
language: node_js
node_js:
  - "8"
  - "10"

env:
  - WINSTON_VER=winston@3

before_install:
  - travis_retry npm install $WINSTON_VER

