fix build
This commit is contained in:
parent
ff17be5714
commit
f06bdc3387
|
@ -25,17 +25,12 @@ php:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TASKWARRIOR=2.5.1
|
- TASKWARRIOR=2.5.0
|
||||||
matrix:
|
matrix:
|
||||||
- PREFER_LOWEST="--prefer-lowest"
|
- PREFER_LOWEST="--prefer-lowest"
|
||||||
- PREFER_LOWEST=""
|
- PREFER_LOWEST=""
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
|
||||||
- php: 7
|
|
||||||
env: TASKWARRIOR=2.5.0
|
|
||||||
- php: 5.6
|
|
||||||
env: TASKWARRIOR=2.5.0
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue