From 84e8a497c1470a825b81110c794e31bc86e29295 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 5149914131..099b5ba0de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ before_script: - sudo apt-get update -qq - sudo apt-get install -y myrepos - 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