Try to fix syntax

This commit is contained in:
Justin Ethier 2020-08-30 18:03:32 -04:00
parent 1fba83fa32
commit 530a1320a7

View file

@ -42,7 +42,9 @@ matrix:
notifications:
email: false
before_install:
- [ "$(uname)" = "FreeBSD" ] || alias gmake=make
if [ "$(uname)" = "FreeBSD" ]; then
alias gmake=make
fi
- |
git clone https://github.com/concurrencykit/ck.git ${HOME}/ck
cd ${HOME}/ck