summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2015-06-28 02:01:30 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2015-06-28 02:01:30 +0100
commit9c307b9fe6443f43195fe47915d0b6c09ec20f8d (patch)
treee664ac6132c97c64fb8b3570295b567f90ab2fe0
parent962f8d5252b3f5ec4d19e0cd2a430934bd55cc6d (diff)
Add travis file to gitattributes file.
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index d9e2956e..295e1dc8 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.