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
script:
- git ls-files --exclude-standard --others
- test -z "$(git ls-files --exclude-standard --others)"
- make coverage
- make style