commit c5666ab6debf920886963da092d7947913736a11 parent d157178e2751cbe7fc8cfe30f080a0f0cd570dcd Author: cfillion <cfillion@users.noreply.github.com> Date: Sun, 13 Jan 2019 11:43:35 -0500 travis: update homebrew first Diffstat:
M | .travis.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -6,6 +6,7 @@ env: - PLATFORM=x64 - PLATFORM=x86 install: + - brew update - brew cask install osxfuse - brew install llvm tup - export PATH="/usr/local/opt/llvm/bin:$PATH"