projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d401c
)
Convert compiler warnings to errors for Travis builds (#73)
author
petercolberg
<peter@colberg.org>
Wed, 13 Jul 2016 16:58:28 +0000
(12:58 -0400)
committer
Steven G. Johnson
<stevenj@mit.edu>
Wed, 13 Jul 2016 16:58:28 +0000
(12:58 -0400)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 0ebbe34df8db5bd527807ed583c5bb65b8e88525..b871b47f3944eb626a2dba1eba579bae408cbbb9 100644
(file)
--- 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"