diff --git a/.travis.yml b/.travis.yml index b7d8847..ddf3cd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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