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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-30 12:15:20 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-30 12:15:20 +0300
commitf170db6eecd31a7309ceb140f881937c047ea1b2 (patch)
treecf12f61dec828a6c87a03547347a8a9aaf0f3734
parentcf5ffad5cf004ce3416f4a3b4bbb7a1f182fdfc8 (diff)
parent41c32643ecca81d10d0b8c3e0daa284c0ad67d4f (diff)
Merge pull request #178 from owncloud/fix-travis-php-versions-stable8v8.0.4RC2v8.0.4RC1v8.0.4v8.0.3RC4v8.0.3RC3v8.0.3RC2v8.0.3
[stable8] Check php 5.6 instead of 5.3
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index e39f62ac..7e4d20a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,9 @@
-# see http://about.travis-ci.org/docs/user/languages/php/ for more hints
language: php
-# list any PHP version you want to test against
php:
- # using major version aliases
-
- # aliased to a recent 5.3.x version
- - 5.3
- # aliased to a recent 5.4.x version
- 5.4
- # aliased to a recent 5.5.x version
- 5.5
+ - 5.6
branches:
only: