Skip to content

Commit 7d1e547

Browse files
committed
Merge pull request #122 from ingatlancom/submodule-fix
travis does not use --remote on git submodule update
2 parents 4c6cde9 + 8dfaeb2 commit 7d1e547

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[submodule "lib/vendor/swiftmailer"]
22
path = lib/vendor/swiftmailer
33
url = https://github.com/swiftmailer/swiftmailer.git
4+
branch = 5.x
45
[submodule "lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine"]
56
path = lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine
67
url = https://github.com/LExpress/doctrine1.git

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ install:
3232
- composer self-update
3333

3434
before_script:
35+
# by default, --remote is not used on travis
36+
- git submodule update --remote --force
3537
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
3638
- sh -c 'if [ $(php -r "echo PHP_RELEASE_VERSION;") -le 98 ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
3739
- composer install

lib/vendor/swiftmailer

Submodule swiftmailer updated 76 files

0 commit comments

Comments
 (0)