mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-06 10:55:52 +00:00
make style: Ignore whitespace changes
For some godforsaken reason different line endings are emitted in Travis.
This commit is contained in:
parent
b197592774
commit
0ac1688518
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -43,9 +43,7 @@ style:
|
|||
flake8
|
||||
! grep -ri syncroniz */*
|
||||
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
||||
python3 scripts/make_travisconf.py | \
|
||||
diff -q .travis.yml - > /dev/null || \
|
||||
(echo 'travis.yml is outdated. Run `make travis-conf`.' && false)
|
||||
python3 scripts/make_travisconf.py | diff -b .travis.yml -
|
||||
|
||||
travis-conf:
|
||||
python3 scripts/make_travisconf.py > .travis.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue