Skip to content

Commit 204aa9f

Browse files
Olli-Pekka Puolitaivaladbridge
authored andcommitted
Test line-ending problems
1 parent 6262664 commit 204aa9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,9 @@ matrix:
205205
STATUSM="$STATUSM ($(python -c "print '%+.2f' % (100*($CURR-$PREV)/$PREV.0)")%)"
206206
fi
207207
- bash -c "$STATUS" success "$STATUSM"
208+
209+
- env:
210+
- NAME=gitattributestest
211+
script:
212+
# Check that no changes after clone. This check that .gitattributes is used right way.
213+
- git diff --exit-code

0 commit comments

Comments
 (0)