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-05 07:26:50 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-05 07:26:50 +0300
commit74a31853c85724a178686f794aeb1c617a833504 (patch)
tree7e09b4c1d5ccb476cd8286fd0589c016f3407117 /.travis.yml
parent8f0637385e82d94b78196f754b5febcb91351be5 (diff)
First round of fixes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..8bf94c82
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: php
+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
+
+script:
+ - phpunit tests \ No newline at end of file