Skip to content

Commit ecd3cc2

Browse files
committed
Allow self-update to fail as PHP 5.3.3 doesn't have OpenSSL
1 parent b60bb6f commit ecd3cc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ matrix:
3232
- php: 5.6
3333
env: SYMFONY_VERSION=3.0.*
3434

35-
before_script:
36-
- composer self-update
35+
before_install:
36+
- composer self-update || true
37+
38+
install:
3739
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
3840
- composer update --prefer-source $COMPOSER_FLAGS
3941

0 commit comments

Comments
 (0)