From bd48d280946eed270b1968e6bd8d1e170b09c8f0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 19 Jul 2016 13:40:55 +0200 Subject: [PATCH] need to mr up activesync, to checkout z-push as install fails otherwise --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fef46f107b..9564fec979 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,7 @@ before_script: - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini #- composer update --prefer-source $LOWEST_DEPS - mr --trust-all --stats up + - (cd activesync; mr --trust-all --stats up) # installing phpunit in version suitable for used PHP version - composer update phpunit/phpunit # install egroupware