Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-03-17 12:58:45 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-03-17 12:58:45 +0300
commitb6388a074356b6aa0e1787051193206956db3b6f (patch)
tree78d61e0dba8205fee0e236d555c306efd6688600 /.travis.yml
parent950c6a232b699ad4b305aec518c1667b0d8bf2ad (diff)
enable app twice
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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