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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-12-05 11:26:38 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2014-12-05 11:26:38 +0300
commit71702888c2034fa7b9cea7265276b9195e10a68b (patch)
tree120a4982cd9ec0ee343aa40df49c67caba00db3e /.travis.yml
parent7b5b3ada31cb7a95ad37bfc9cb719f022b9aa97d (diff)
No more php 5.3
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 af69e92e6..272c11cd7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,12 @@ language: php
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
+ # aliased to a recent 5.6.x version
+ - 5.6
# optionally specify a list of environments, for example to test different RDBMS
#env: