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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-20 23:40:27 +0300
committerGitHub <noreply@github.com>2016-07-20 23:40:27 +0300
commitbedd4244e7c4cab72a11db9ac45d1f05ceaa6b60 (patch)
tree639f18c9a1b2ef8e52621156075a7799fdc6b41e
parent45b11bad97c2f14e62373ee60dc7cce4451d19ba (diff)
parent9b4e60c27c4d2cd5183ae6fbf7b3b80f1a767daa (diff)
Merge pull request #2 from nextcloud/stable9-adjust-nextcloudv9.0.58RC1v9.0.58v9.0.57RC1v9.0.57v9.0.56RC1v9.0.56v9.0.55v9.0.54RC1v9.0.54stable9
[stable9] Adjust for Nextcloud org
-rw-r--r--.travis.yml4
-rw-r--r--appinfo/info.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d30d13..d21aeb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,12 +19,12 @@ 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_NAME $CORE_BRANCH $DB
script:
# Test lint
- - cd ../core/apps/$APP_NAME
+ - cd ../server/apps/$APP_NAME
- find . -name \*.php -exec php -l "{}" \;
# Run phpunit tests
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 868bd7d..4cc709f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
<id>files_pdfviewer</id>
<name>PDF Viewer</name>
<description>
- This application integrates the PDF.js library into ownCloud. Using this
+ This application integrates the PDF.js library into Nextcloud. Using this
application users can view their PDF files online without the need to
download the file.