2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

Look at git output

This commit is contained in:
Oliver Walters 2019-05-02 00:53:38 +10:00
parent 8a8de2b78f
commit ad7201cf5c

View File

@ -13,6 +13,7 @@ before_install:
- make migrate - make migrate
script: script:
- git ls-files --exclude-standard --others
- test -z "$(git ls-files --exclude-standard --others)" - test -z "$(git ls-files --exclude-standard --others)"
- make coverage - make coverage
- make style - make style