Skip to content

Commit

Permalink
Update travis matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Sep 22, 2020
1 parent 6adf61b commit 1b81102
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ sudo: required
dist: trusty
language: php
php:
- 7.2
- 7.3
env:
global:
Expand Down Expand Up @@ -32,9 +31,9 @@ matrix:
env: "DB=sqlite CORE_BRANCH=stable15"
- php: 7.0
env: "DB=sqlite CORE_BRANCH=stable15 TEST=lint"
- php: 7.2
- php: 7.3
env: "DB=sqlite"
- php: 7.2
- php: 7.3
env: "DB=pgsql"
allow_failures:
- env: "DB=mysql TEST=checker"
Expand Down

0 comments on commit 1b81102

Please sign in to comment.