summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetercolberg <peter@colberg.org>2016-07-13 12:58:28 -0400
committerSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:58:28 -0400
commita1fe9955bbc75ffb923c1219bf58befd2688e34c (patch)
tree7340a769a780b3e9e4a94cc493c2c963e49c187e
parentc3d401cf06be2f06714401ca875406c874e5eacf (diff)
downloadlibutf8proc-a1fe9955bbc75ffb923c1219bf58befd2688e34c.tar.gz
libutf8proc-a1fe9955bbc75ffb923c1219bf58befd2688e34c.tar.bz2
Convert compiler warnings to errors for Travis builds (#73)v2.0.1
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ebbe34..b871b47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,4 +19,4 @@ script:
env:
# use JuliaLang caching (https://github.com/staticfloat/cache.julialang.org)
# so that Travis builds do not depend on anyone's flaky servers but our own
- - URLCACHE=https://cache.julialang.org/
+ - URLCACHE=https://cache.julialang.org/ CFLAGS="-O2 -Werror"