From 8ffdb2e8ec558dae9eabe8176d781a1e1ee06b97 Mon Sep 17 00:00:00 2001 From: Rob Golding Date: Fri, 10 Nov 2017 20:50:46 +0000 Subject: [PATCH] Don't test with taskwarrior 2.6.0 It's the development version, and isn't compiling on Travis. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.2