Convert compiler warnings to errors for Travis builds (#73)
This commit is contained in:
parent
c3d401cf06
commit
a1fe9955bb
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user