Merge pull request #6527 from OPpuolitaival/gitattribute_check

Test line-ending problems
pull/6561/head
Martin Kojtal 2018-04-06 09:50:56 +02:00 committed by GitHub
commit bbf9c26325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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