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

github.com/nextcloud/survey_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-09-05 16:02:18 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2016-09-05 16:02:18 +0300
commit517cc49d8524cd36debce1402d3d47777a37c662 (patch)
tree3c622e3cd0dfe9c6739453c17a61e792519485ab /.travis.yml
parentca46131b6aa62db08ae0cc3de359b8d86b4ef2cc (diff)
fix tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 55b32a5..c19c380 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: php
php:
- - 5.4
- - 5.5
- 5.6
- 7
@@ -38,8 +36,8 @@ script:
matrix:
include:
- - php: 5.4
+ - php: 5.6
env: DB=mysql
- - php: 5.4
+ - php: 5.6
env: DB=pgsql
fast_finish: true