ci(travis): add quick check that convert-formula.sh has worked

This commit is contained in:
Dafydd Jones 2020-04-14 00:13:51 +01:00
parent 41e10b5249
commit 83120632f3

View file

@ -116,6 +116,8 @@ jobs:
- cd tmp/converted-formula
- DEBUG=true bin/convert-formula.sh converted
- '[ $(git rev-list HEAD --count) -eq 2 ]'
# Quick visual check that correct files have been updated
- git show --pretty="" --name-status
- bin/kitchen verify default-debian-10-2019-2-py3
# REMOVEME>