mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Try to fix syntax
This commit is contained in:
parent
1fba83fa32
commit
530a1320a7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue