Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47a822d

Browse files
committed
add memcache, memcached, and mongodb extensions to run skipped tests
1 parent 1ecfd44 commit 47a822d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ php:
66
- 5.4
77
- 5.5
88

9+
services: mongodb
10+
911
before_script:
1012
- sudo apt-get install parallel
1113
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
14+
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1215
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
16+
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
17+
- echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1318
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
1419

1520
script:

src/Symfony/Component/Intl/Util/SvnRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,4 @@ private function getSvnInfo()
137137

138138
return $this->svnInfo;
139139
}
140-
141140
}

0 commit comments

Comments
 (0)