From dc8cb44bf556530f62473deb9ebcbd5953d676d1 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Tue, 31 May 2016 21:20:38 -0700 Subject: fix the travis cache certificate is expired on cache.e.ip.saba.us, it now lives at cache.julialang.org --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 684df0f..0ebbe34 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.e.ip.saba.us/ + - URLCACHE=https://cache.julialang.org/ -- cgit v1.2.3