mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
before_install:
|
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
|
git clone https://github.com/concurrencykit/ck.git ${HOME}/ck
|
||||||
cd ${HOME}/ck
|
cd ${HOME}/ck
|
||||||
|
|
Loading…
Add table
Reference in a new issue