From ee7b486d64ecf8c93f119dfa50162bde76820a99 Mon Sep 17 00:00:00 2001 From: Rob Golding-Day Date: Mon, 6 May 2019 12:07:30 -0400 Subject: [PATCH] Fix TW Git location in `.travis.yml` --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3f0af7..cfa6d5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ 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/TM/task - - cd task + - git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior + - cd taskwarrior - git checkout $TASK_VERSION - git clean -dfx - git submodule init -- 2.39.2