Skip to content

Commit f915233

Browse files
authored
Merge pull request #155 from splitio/ci/update_travis
enable zip extension
2 parents 5b34d0d + f626497 commit f915233

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ matrix:
1919
services:
2020
- redis-server
2121

22+
before-install:
23+
- echo "extension = zip.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
24+
2225
install:
2326
- composer install --prefer-source --no-interaction
2427
- composer update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"phpunit/phpunit": "~4.0",
3434
"phpdocumentor/phpdocumentor": "2.*",
3535
"squizlabs/php_codesniffer": "2.*",
36-
"rogervila/php-sonarqube-scanner": "0.4.0"
36+
"rogervila/php-sonarqube-scanner": "1.1.0"
3737
},
3838

3939
"autoload": {

0 commit comments

Comments
 (0)