mangos/.travis.sh
2017-11-10 08:23:46 +00:00

9 lines
106 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
if [[ x$OSTYPE =~ ^xdarwin ]]; then
brew update
brew install "mysql"
fi