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

github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-07-22 00:35:38 +0300
committerGitHub <noreply@github.com>2016-07-22 00:35:38 +0300
commit04ff5e05e6531b88873d346fa3a724e7020c57d2 (patch)
treeb4c894a5005681aeb41ffe817652f93af756455e
parent2ef02c0160373f3488795b2083957538256f016d (diff)
Update to Nextclouds before_install.sh
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5cfe71c..0429523 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ branches:
- /^stable\d+(\.\d+)?$/
before_install:
- - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh
+ - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh templateeditor $CORE_BRANCH $DB
script: