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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-07-25 21:15:07 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-25 21:15:07 +0300
commit8502f07afa36e3fae795213269fc85a8bcc7bb9b (patch)
tree5eb3efa89455b2260bf2af1566bbac3973ebeae4 /.travis.yml
parent6c69848200488549d45e0fe8788fecd694b8e015 (diff)
Move to Gallery namespace
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 6af8add8..f41e22fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,11 +12,11 @@ branches:
#before_install:
# - cd ..
# - git clone https://github.com/owncloud/core.git
-# - mv galleryplus core/apps/
+# - mv gallery core/apps/
# - cd core
# - git submodule init
# - git submodule update
-# - cd apps/galleryplus
+# - cd apps/gallery
script: ant test
# - phpunit tests