mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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
|
||||
cd ${HOME}/ck
|
||||
git checkout v0.6.0
|
||||
git checkout 0.6.0
|
||||
./configure PREFIX=/usr
|
||||
make all
|
||||
sudo make install
|
||||
|
|
Loading…
Add table
Reference in a new issue