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

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