Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
update travis & versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jun 28, 2015
1 parent a0dda72 commit a26758d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a26758d

Please sign in to comment.