From ff65beeb513fbce6c7126c947f9d861054717ced Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 6 Nov 2018 19:03:43 +0100 Subject: [PATCH] [INTERNAL] Travis: Activate Windows and Mac builds --- .travis.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5844785d..023f03ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,24 @@ language: node_js # don't install any environment node_js: -- "8" -- "10" +- "node" + +os: +- linux +- osx +- windows + +matrix: + include: + - os: linux + node_js: + - "10" + - os: linux + node_js: + - "8" after_script: -- npm run report-coveralls +- if [[ "$TRAVIS_OS_NAME" == 'linux' ]]; then npm run report-coveralls; fi notifications: webhooks: https://coveralls.io/webhook