Fix Concurrency Kit version tag in Travis

This commit is contained in:
Lassi Kortela 2019-07-31 23:03:23 +03:00
parent 0c050a3065
commit a01fe661e7

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