mangos/.travis.sh
2015-09-16 05:36:53 +03:00

7 lines
91 B
Bash
Executable File

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