travis: add taskwarrior 2.5.1
This commit is contained in:
parent
f06bdc3387
commit
8da226f6f1
@ -25,10 +25,11 @@ php:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TASKWARRIOR=2.5.0
|
- TASKWARRIOR=2.5.1
|
||||||
matrix:
|
matrix:
|
||||||
- PREFER_LOWEST="--prefer-lowest"
|
- PREFER_LOWEST="--prefer-lowest"
|
||||||
- PREFER_LOWEST=""
|
- PREFER_LOWEST=""
|
||||||
|
- TASKWARRIOR=2.5.0
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
@ -36,8 +37,8 @@ matrix:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- bash build.sh $TASKWARRIOR
|
- bash build.sh $TASKWARRIOR
|
||||||
|
- chmod +x build/taskwarrior-$TASKWARRIOR
|
||||||
- ln -s build/taskwarrior-$TASKWARRIOR task
|
- ln -s build/taskwarrior-$TASKWARRIOR task
|
||||||
- chmod +x ./task
|
|
||||||
- ./task --version
|
- ./task --version
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user