Convert compiler warnings to errors for Travis builds (#73)

This commit is contained in:
petercolberg 2016-07-13 12:58:28 -04:00 committed by Steven G. Johnson
parent c3d401cf06
commit a1fe9955bb

View File

@ -19,4 +19,4 @@ script:
env: env:
# use JuliaLang caching (https://github.com/staticfloat/cache.julialang.org) # 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 # 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"