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 <oparoz@users.noreply.github.com>2015-07-26 02:14:38 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-07-26 02:14:38 +0300
commit68c6ce437cfc4a0a7fb51f2e53a8f305b3eb82c7 (patch)
tree3da8b226227ee94390c50822c846d808616c3fb4 /.travis.yml
parent3506bcb088f7ee784232010e655d6f20d54e4fbc (diff)
parent82d79e4e455092914987e1b0d6b90ab6e8248e37 (diff)
Merge pull request #217 from owncloud/LukasReschke-patch-1
Add PHP 5.6 and PHP 7 to test matrix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f41e22fb..8d066b4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: php
php:
- 5.4
- 5.5
+ - 5.6
+ - 7
branches:
only: