8000 forced Travis to use source to workaround their not-up-to-date Compos… · symfony/symfony@2fa9bd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fa9bd0

Browse files
committed
forced Travis to use source to workaround their not-up-to-date Composer on PHP 5.3.3
1 parent 7b4a278 commit 2fa9bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ php:
66
- 5.4
77

88
before_script:
9-
- COMPOSER_ROOT_VERSION=2.1.x-dev composer --dev install
9+
- COMPOSER_ROOT_VERSION=2.1.x-dev composer --prefer-source --dev install
1010
- php src/Symfony/Component/Locale/Resources/data/build-data.php
11-
- export USE_INTL_ICU_DATA_VERSION=1
11+
- export USE_INTL_ICU_DATA_VERSION=1

0 commit comments

Comments
 (0)
0