make travis script check whether utf8proc_data.c generation has changed

This commit is contained in:
Steven G. Johnson 2015-03-06 17:39:15 -05:00
parent 90721f2d39
commit dd7bd279bf

View File

@ -6,3 +6,4 @@ notifications:
email: false
script:
- make && make check
- make utf8proc_data.c.new && (diff utf8proc_data.c.new utf8proc_data.c > /dev/null)