update travis & versions
This commit is contained in:
parent
a0dda724e1
commit
a26758dc67
15
.travis.yml
15
.travis.yml
|
@ -16,24 +16,16 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.6
|
|
||||||
env: TASKWARRIOR=2.4.0
|
|
||||||
- php: 5.6
|
|
||||||
env: TASKWARRIOR=2.4.1
|
|
||||||
- php: 5.6
|
|
||||||
env: TASKWARRIOR=2.4.2
|
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: TASKWARRIOR=2.4.3
|
env: TASKWARRIOR=2.4.3
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7
|
- php: 7
|
||||||
- php: nightly
|
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
- env: TASKWARRIOR=2.4.0
|
|
||||||
- env: TASKWARRIOR=2.4.1
|
|
||||||
- env: TASKWARRIOR=2.4.2
|
|
||||||
- env: TASKWARRIOR=2.4.3
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- composer self-update
|
||||||
|
|
||||||
|
install:
|
||||||
- wget http://taskwarrior.org/download/task-$TASKWARRIOR.tar.gz
|
- wget http://taskwarrior.org/download/task-$TASKWARRIOR.tar.gz
|
||||||
- gunzip task-$TASKWARRIOR.tar.gz
|
- gunzip task-$TASKWARRIOR.tar.gz
|
||||||
- tar xf task-$TASKWARRIOR.tar
|
- tar xf task-$TASKWARRIOR.tar
|
||||||
|
@ -45,7 +37,6 @@ before_install:
|
||||||
- sudo ln -s /usr/local/bin/task /usr/bin/task
|
- sudo ln -s /usr/local/bin/task /usr/bin/task
|
||||||
- task --version
|
- task --version
|
||||||
- cd ..
|
- cd ..
|
||||||
- composer self-update
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer update --prefer-source $PREFER_LOWEST
|
- composer update --prefer-source $PREFER_LOWEST
|
||||||
|
|
|
@ -21,7 +21,7 @@ Unfortunately, the annotation reader is not automatically registered on composer
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Taskwarrior changes its behavior by patch level updates and it is very difficult to support all versions.
|
Taskwarrior changes its behavior by patch level updates and it is very difficult to support all versions.
|
||||||
That's why I've decided just to support only one version: **2.4.4**
|
The current supported versions are: **>=2.4.3**
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue