From a780bd64656ad56e30cf2c824e92a38c9aacc013 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Mon, 28 Oct 2019 13:51:24 -0700 Subject: [PATCH] Update travis.yaml for osx --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4cf482a0b..550045319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ os: - linux -# TODO: Uncomment this when someone figures out how -# to speed up the slowness of homebrew installation on -# oxs; presumably cache images? -# - osx + - osx +# TODO: Speed up the slowness of the osx travis runs +# Maybe cache brew installs? # # TODO: Uncomment when some gets the tests running on Windows. # - windows