From 204aa9f36c208717140461d6b44b788b13a0fdf4 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Puolitaival Date: Tue, 3 Apr 2018 13:43:24 +0300 Subject: [PATCH] Test line-ending problems --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index a2d58e3d5c..ef57dc14ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -205,3 +205,9 @@ matrix: STATUSM="$STATUSM ($(python -c "print '%+.2f' % (100*($CURR-$PREV)/$PREV.0)")%)" fi - bash -c "$STATUS" success "$STATUSM" + + - env: + - NAME=gitattributestest + script: + # Check that no changes after clone. This check that .gitattributes is used right way. + - git diff --exit-code