From b6388a074356b6aa0e1787051193206956db3b6f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 17 Mar 2016 10:58:45 +0100 Subject: enable app twice --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 830052b88..7ed7ccb88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,11 @@ before_install: - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh - bash ./before_install.sh mail $CORE_BRANCH $DB - cd ../core + + # Enable app twice to check occ errors of registered commands +- php occ app:enable mail - php occ app:enable mail + - sh -c "if [ '$TEST_JS' = 'TRUE' ]; then npm install -g npm@latest; fi" before_script: - cd apps/mail -- cgit v1.2.3