From: Rob Golding Date: Fri, 10 Nov 2017 20:50:46 +0000 (+0000) Subject: Don't test with taskwarrior 2.6.0 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/8ffdb2e8ec558dae9eabe8176d781a1e1ee06b97 Don't test with taskwarrior 2.6.0 It's the development version, and isn't compiling on Travis. --- diff --git a/.travis.yml b/.travis.yml index 4c66f73..b3f0af7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ env: - TASK_VERSION=v2.4.4 - TASK_VERSION=v2.5.0 - TASK_VERSION=v2.5.1 - - TASK_VERSION=2.6.0 python: - "2.7" - "3.3"