From a0784889c552e95fe2a34ffb332f027193fc8e7a Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 6 Nov 2018 19:03:43 +0100 Subject: [PATCH 1/2] [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 From 4b539f3c222b49176f7665f1e26b037bb6a69849 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Mon, 12 Nov 2018 16:39:47 +0100 Subject: [PATCH 2/2] [INTERNAL] Git: Apply lf line-ending to all files --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 391f0a4e..6313b56c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -* text=auto -*.js text eol=lf +* text=auto eol=lf