utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit dc8cb44bf556530f62473deb9ebcbd5953d676d1
parent 5a84e53b0cf676b53c9a8b80d42ef91311b124f9
Author: Tony Kelman <tony@kelman.net>
Date:   Tue, 31 May 2016 21:20:38 -0700

fix the travis cache

certificate is expired on cache.e.ip.saba.us, it now lives at cache.julialang.org
Diffstat:
M.travis.yml | 2+-
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.e.ip.saba.us/ + - URLCACHE=https://cache.julialang.org/