From: Rob Golding Date: Thu, 26 Oct 2017 19:43:58 +0000 (+0100) Subject: Update task warrior repo location X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/cfb11501a1d1c04a7d0b349ef6ec3cfe97420584 Update task warrior repo location --- diff --git a/.travis.yml b/.travis.yml index c7e0834..4c66f73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,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://git.tasktools.org/scm/tm/task.git + - git clone --recursive https://git.tasktools.org/TM/task - cd task - git checkout $TASK_VERSION - git clean -dfx