travis: use "run-dmake" to run dmake

This commit is contained in:
Matthias Krüger 2015-10-07 23:52:39 +02:00
parent 4ac6623875
commit 600a866983
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ script:
# check if Makefile needs to be regenerated
- git clean -dfx
- make dmake
- make run-dmake
# now, if dmake modified the makefile, return false!
- git diff --exit-code