summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-03-06 17:39:15 -0500
committerSteven G. Johnson <stevenj@mit.edu>2015-03-06 17:39:15 -0500
commitdd7bd279bf504b04d26573e3495b875fbd62b1bc (patch)
tree70fd871e994b95fd3683d020683bd7824e6b34d4 /.travis.yml
parent90721f2d39b0cdd5d22409f1bf4f6ce4b7382944 (diff)
downloadlibutf8proc-dd7bd279bf504b04d26573e3495b875fbd62b1bc.tar.gz
libutf8proc-dd7bd279bf504b04d26573e3495b875fbd62b1bc.tar.bz2
make travis script check whether utf8proc_data.c generation has changed
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fbcf483..1f2780a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,5 @@ compiler:
notifications:
email: false
script:
- - make && make check \ No newline at end of file
+ - make && make check
+ - make utf8proc_data.c.new && (diff utf8proc_data.c.new utf8proc_data.c > /dev/null)