travis: add taskwarrior 2.5.1

This commit is contained in:
David Badura 2016-07-13 08:43:01 +02:00
parent f06bdc3387
commit 8da226f6f1
1 changed files with 3 additions and 2 deletions

View File

@ -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: