Merge pull request #330 from lassik/fix-ck-version

Fix Concurrency Kit version tag in Travis
This commit is contained in:
Justin Ethier 2019-07-31 16:54:01 -04:00 committed by GitHub
commit 36aac15dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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