travis: Clone taskwarrior as task

This commit is contained in:
Tomas Babej 2018-05-09 13:18:14 -04:00
parent f7a8ad7f0a
commit ffe53db9cf
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -35,7 +35,7 @@ install:
- sudo apt-get update -qq
- sudo apt-get install -qq build-essential cmake uuid-dev g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
- git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior.git
- git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior.git task
- cd task
- git checkout $TASK_VERSION
- git clean -dfx