zig/ci/travis_osx_install

8 lines
84 B
Bash
Executable File

#!/bin/sh
set -x
brew install llvm@5
brew outdated llvm@5 || brew upgrade llvm@5