mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
Tidy travis.yml file
This commit is contained in:
parent
ae84530132
commit
a5edf03a14
10
.travis.yml
10
.travis.yml
@ -4,13 +4,7 @@ php:
|
|||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
- hhvm
|
- hhvm
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- php: hhvm
|
|
||||||
env: ENABLE_REDIS_EXT=1
|
|
||||||
env:
|
|
||||||
- ENABLE_REDIS_EXT=0
|
|
||||||
- ENABLE_REDIS_EXT=1
|
|
||||||
before_script:
|
before_script:
|
||||||
- sh -c "if [ $ENABLE_REDIS_EXT -eq 1 ]; then echo \"extension=redis.so\" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi"
|
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
- composer install
|
- composer install
|
||||||
|
Loading…
Reference in New Issue
Block a user