commit a1fe9955bbc75ffb923c1219bf58befd2688e34c
parent c3d401cf06be2f06714401ca875406c874e5eacf
Author: petercolberg <peter@colberg.org>
Date: Wed, 13 Jul 2016 12:58:28 -0400
Convert compiler warnings to errors for Travis builds (#73)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"