From 02073549940dae08c1693d22abbd5c77db846ea6 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 23 Nov 2016 15:51:21 -0800 Subject: [PATCH] travis: Remove old comment for broken OS X caching Commit 80f73a4a was in response to OS X receiving caching support. Caches began being saved shortly after and they've been working since. The official announcment was https://blog.travis-ci.com/2016-05-03-caches-are-coming-to-everyone --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad88f87feb..881dcdc6fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,6 @@ os: notifications: email: false -# Caching does not work for public repositories with OS X: -# https://github.com/travis-ci/travis-ci/issues/4011 cache: directories: - /tmp/protobuf-${PROTOBUF_VERSION}