diff --git a/.travis.yml b/.travis.yml index db5e56b..6d89ad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,24 +16,16 @@ env: matrix: 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 env: TASKWARRIOR=2.4.3 allow_failures: - php: 7 - - php: nightly - php: hhvm - - env: TASKWARRIOR=2.4.0 - - env: TASKWARRIOR=2.4.1 - - env: TASKWARRIOR=2.4.2 - - env: TASKWARRIOR=2.4.3 before_install: + - composer self-update + +install: - wget http://taskwarrior.org/download/task-$TASKWARRIOR.tar.gz - gunzip task-$TASKWARRIOR.tar.gz - tar xf task-$TASKWARRIOR.tar @@ -45,7 +37,6 @@ before_install: - sudo ln -s /usr/local/bin/task /usr/bin/task - task --version - cd .. - - composer self-update before_script: - composer update --prefer-source $PREFER_LOWEST diff --git a/README.md b/README.md index f2ea6f9..b089539 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Unfortunately, the annotation reader is not automatically registered on composer ## Requirements 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