From 2cafb1c68ab28ac450d1df7ce023b1b4fec51bfb Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 17 Jul 2018 18:38:34 +0700 Subject: [PATCH] Meta tweaks --- .gitattributes | 3 +-- .travis.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 391f0a4..6313b56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -* text=auto -*.js text eol=lf +* text=auto eol=lf diff --git a/.travis.yml b/.travis.yml index f250f53..2ae9d62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - '10' - - '9' - '8' - '6'