server/.travis.sh
2020-02-17 12:12:07 +00:00

8 lines
106 B
Bash

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