From 9c307b9fe6443f43195fe47915d0b6c09ec20f8d Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sun, 28 Jun 2015 02:01:30 +0100 Subject: [PATCH] Add travis file to gitattributes file. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d9e2956ed..295e1dc8c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -35,6 +35,7 @@ lit.site.cfg text eol=lf lit.local.cfg text eol=lf *.expect text eol=lf *.md text eol=lf +.travis.yml text eol=lf # For the remaining files the line endings of checked out # files is defined by the ``core.eol`` git config variable.