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

7 lines
No EOL
91 B
Bash

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