Skip to content
Snippets Groups Projects
Commit 0685b268 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #19 from nextcloud/travis-test-matrix

adjust travis test matrix to server 5.4,5.5 drop
parents dbfd0f89 ea70d0a2
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,8 @@ sudo: required
dist: trusty
language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- 7.0
addons:
apt:
......@@ -99,12 +97,12 @@ script:
matrix:
include:
- php: 5.4
- php: 7.0
env: "DB=mysql TEST_JS=TRUE"
- php: 7
- php: 7.0
env: "DB=pgsql PHP_COVERAGE=TRUE"
- php: 5.4
env: "DB=mysql CORE_BRANCH=stable9 PACKAGE=TRUE"
- php: 5.4
- php: 5.5
env: "DB=mysql CORE_BRANCH=stable10"
fast_finish: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment