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-01-12 05:13:53 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-12 05:13:53 +0300
commit64f35247faca24a5c9af2d787518e184306d2cf7 (patch)
tree31ca661c14e1620961754b447179ff62de001daa /.travis.yml
parent81a2293d0321d6dd9453a8aaa3351d28e6c90328 (diff)
Set up Tracis-CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 15 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 8bf94c82..1a475de3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,14 +3,19 @@ php:
- 5.4
- 5.5
-before_install:
- - cd ..
- - git clone -b stable7 https://github.com/owncloud/core.git
- - mv galleryplus core/apps/
- - cd core
- - git submodule init
- - git submodule update
- - cd apps/galleryplus
+branches:
+ only:
+# - master
+ - stable7
-script:
- - phpunit tests \ No newline at end of file
+#before_install:
+# - cd ..
+# - git clone -b stable7 https://github.com/owncloud/core.git
+# - mv galleryplus core/apps/
+# - cd core
+# - git submodule init
+# - git submodule update
+# - cd apps/galleryplus
+
+script: ant test
+# - phpunit tests \ No newline at end of file