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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-21 02:09:52 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-07-21 02:09:52 +0300
commit62c67b528a09ba9096c0744086d9a17d0394f4d5 (patch)
tree9db88d322ffba631c78f533e3bb8d7d51c411034 /.travis.yml
parent2d1a964869bed951b81ba42395fa045a5acc2901 (diff)
Add branding
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c6415b..516862b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,9 +18,9 @@ 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 $APP $CORE_BRANCH $DB
- - cd ../core
+ - cd ../server
- php occ app:enable $APP
before_script: