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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-23 17:46:27 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-23 17:46:27 +0300
commit17c761e21f5d8f95135e135c41077aaacf231dfb (patch)
tree4e3774c50b728d7aefa75cdffba51f05948711c9 /.travis.yml
parentaae2f6a2ccb827a5a17ef4683019a112bb8c2647 (diff)
remove composer install commands
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f9744e0..4d46fa6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,6 @@ before_install:
- if [[ "$DB" == 'mysql' ]]; then mysql -u root -e "GRANT ALL ON nc_autotest.* TO 'nc_autotest'@'localhost';"; fi
- composer self-update
- - composer install
- cd ..
- git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b $CORE_BRANCH core