Skip to content

Navigation Menu

Sign in
Appearance settings

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 90f9804

Browse filesBrowse files
minor symfony#19 [Intl/Normalizer] Add Unicode conformance tests (nicolas-grekas)
This PR was merged into the 1.0-dev branch. Discussion ---------- [Intl/Normalizer] Add Unicode conformance tests Commits ------- 22194b3 [Intl/Normalizer] Add Unicode conformance tests
2 parents 08e2883 + 22194b3 commit 90f9804
Copy full SHA for 90f9804

4 files changed

+18,273-19Lines changed: 18273 additions & 19 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.travis.yml‎

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ matrix:
99
- php: 5.4
1010
- php: 5.5
1111
- php: 5.6
12-
- php: 7
12+
- php: 7.0
1313
fast_finish: true
1414

1515
before_install:
1616
- composer self-update;
17-
- if [[ "$TRAVIS_PHP_VERSION" = 5.* ]]; then phpenv config-rm xdebug.ini; fi;
17+
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
1818
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "extension = ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
1919
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then php -i; fi;
2020

Collapse file

‎appveyor.yml‎

Copy file name to clipboardExpand all lines: appveyor.yml
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ install:
1616
- cd c:\php
1717
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.3.3-nts-Win32-VC9-x86.zip
1818
- IF %PHP%==1 7z x php-5.3.3-nts-Win32-VC9-x86.zip -y >nul
19+
- IF %PHP%==1 appveyor DownloadFile http://nebm.ist.utl.pt/~glopes/misc/intl_win/ICU-51.2-dlls.zip
20+
- IF %PHP%==1 7z x ICU-51.2-dlls.zip -y >nul
1921
- IF %PHP%==1 del /Q *.zip
22+
- IF %PHP%==1 cd ext
23+
- IF %PHP%==1 appveyor DownloadFile http://nebm.ist.utl.pt/~glopes/misc/intl_win/php_intl-3.0.0-5.3-nts-vc9-x86.zip
24+
- IF %PHP%==1 7z x php_intl-3.0.0-5.3-nts-vc9-x86.zip -y >nul
25+
- IF %PHP%==1 del /Q *.zip
26+
- IF %PHP%==1 cd ..
2027
- IF %PHP%==1 appveyor DownloadFile https://phar.phpunit.de/phpunit-4.8.15.phar
2128
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
2229
- IF %PHP%==1 echo @php %%~dp0phpunit-4.8.15.phar %%* > phpunit.bat

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.