language: nodejs
node_js:
  - 12
os:
  - linux
  - osx
  # - windows # Windows is failing only on automated testing.  Removing it for now

install:
  - npm i

script:
  - npm run test:seperate
