From a1fe9955bbc75ffb923c1219bf58befd2688e34c Mon Sep 17 00:00:00 2001 From: petercolberg Date: Wed, 13 Jul 2016 12:58:28 -0400 Subject: Convert compiler warnings to errors for Travis builds (#73) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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" -- cgit v1.2.3