antlr/.travis/before-install-osx-cpp.sh

14 lines
282 B
Bash
Raw Normal View History

2016-11-28 02:22:18 +08:00
#!/bin/bash
set -euo pipefail
thisdir=$(dirname "$0")
brew update
2016-11-28 02:44:07 +08:00
brew install cmake
2016-11-28 02:22:18 +08:00
# Work around apparent rvm bug that is in Travis's Xcode image.
# https://github.com/direnv/direnv/issues/210
# https://github.com/travis-ci/travis-ci/issues/6307
shell_session_update() { :; }