From 8da226f6f1733b2531d8fd60d29fb25c31867d51 Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 13 Jul 2016 08:43:01 +0200 Subject: [PATCH] travis: add taskwarrior 2.5.1 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee6fdde..1f6abf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,10 +25,11 @@ php: env: global: - - TASKWARRIOR=2.5.0 + - TASKWARRIOR=2.5.1 matrix: - PREFER_LOWEST="--prefer-lowest" - PREFER_LOWEST="" + - TASKWARRIOR=2.5.0 matrix: allow_failures: @@ -36,8 +37,8 @@ matrix: install: - bash build.sh $TASKWARRIOR + - chmod +x build/taskwarrior-$TASKWARRIOR - ln -s build/taskwarrior-$TASKWARRIOR task - - chmod +x ./task - ./task --version before_script: