mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Merge pull request #309 from danhunsaker/suggest/matrix-exclude
Use Matrix Exclude instead of hard-coded matrix
This commit is contained in:
commit
5246a84868
1 changed files with 9 additions and 10 deletions
19
.travis.yml
19
.travis.yml
|
@ -1,16 +1,15 @@
|
|||
language: php
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- hhvm
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.6
|
||||
env: ENABLE_REDIS_EXT=0
|
||||
- php: 5.6
|
||||
env: ENABLE_REDIS_EXT=1
|
||||
- php: 7.0
|
||||
env: ENABLE_REDIS_EXT=0
|
||||
- php: 7.0
|
||||
env: ENABLE_REDIS_EXT=1
|
||||
exclude:
|
||||
- php: hhvm
|
||||
env: ENABLE_REDIS_EXT=0
|
||||
env: ENABLE_REDIS_EXT=1
|
||||
env:
|
||||
- ENABLE_REDIS_EXT=0
|
||||
- ENABLE_REDIS_EXT=1
|
||||
before_script:
|
||||
- sh -c "if [ $ENABLE_REDIS_EXT -eq 1 ]; then echo \"extension=redis.so\" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi"
|
||||
- composer install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue