mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Merge pull request #330 from lassik/fix-ck-version
Fix Concurrency Kit version tag in Travis
This commit is contained in:
commit
36aac15dd5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ before_install:
|
||||||
- |
|
- |
|
||||||
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
|
||||||
git checkout v0.6.0
|
git checkout 0.6.0
|
||||||
./configure PREFIX=/usr
|
./configure PREFIX=/usr
|
||||||
make all
|
make all
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Add table
Reference in a new issue