Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update stable20 target versions
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Sep 18, 2020
commit 921d898ba7364df471373e8a1bf25791273fa561
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ language: php
php:
- 7.2
- 7.3
- 7.4snapshot
- 7.4
services:
- mysql
- postgresql

env:
global:
- CORE_BRANCH=master
- CORE_BRANCH=stable20
- APP_NAME=activity
matrix:
- DB=sqlite
Expand Down