8000 Update .travis.yml (closes #7355) · symfony/symfony@f2da7f1 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2da7f1

Browse files
aitboudadfabpot
authored andcommitted
Update .travis.yml (closes #7355)
Add extension apc.so to Travis-CI testing
1 parent 0631f9e commit f2da7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matrix:
1111
- php: 5.5
1212

1313
before_script:
14+
- echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1415
- COMPOSER_ROOT_VERSION=2.1.x-dev composer --prefer-source --dev install
1516
- php src/Symfony/Component/Locale/Resources/data/build-data.php
1617
- export USE_INTL_ICU_DATA_VERSION=1

0 commit comments

Comments
 (0)
0