From 8fba94b905f54b6e912ff0cfd2023a25a98cb812 Mon Sep 17 00:00:00 2001 From: cemremengu Date: Mon, 3 Dec 2018 20:27:25 +0300 Subject: [PATCH] Add attributes file, add node 11 to travis --- .gitattributes | 5 +++++ .travis.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cad1c32 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set +* text=auto + +# Require Unix line endings +* text eol=lf diff --git a/.travis.yml b/.travis.yml index e7b9a34..d5fc15c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: + - "11" - "10" - "8" - "6"