make travis script check whether utf8proc_data.c generation has changed
This commit is contained in:
parent
90721f2d39
commit
dd7bd279bf
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user