From e3d029e5b67a2d86cdf7c69c6c4b850dffad63e7 Mon Sep 17 00:00:00 2001 From: brantje Date: Fri, 7 Oct 2016 21:00:17 +0200 Subject: [PATCH] Fix travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9228268c..9c3755ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ before_install: - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB # Add some output debugging information + - cd ../server - ./occ check - ./occ status - ./occ app:list @@ -56,7 +57,7 @@ before_script: script: - grunt jshint - php build/phpunit.phar -c phpunit.xml - - php build/phpunit.phar -c phpunit.integration.xml + - php build/phpunit.phar -c phpunit.integration.xml #after_failure: # - cat ../../data/owncloud.log