mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Test travis
This commit is contained in:
parent
c3a5179af8
commit
1d2ba8f72e
12
.travis.yml
12
.travis.yml
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# We use dist: bionic = 18.04, focal = 20.04
|
||||
os: linux
|
||||
dist: focal
|
||||
dist: bionic
|
||||
|
||||
language: generic
|
||||
|
||||
|
|
@ -47,13 +47,13 @@ jobs:
|
|||
#allow_failures:
|
||||
#- php: nightly
|
||||
include:
|
||||
#- stage: PHP 7.0-8.1
|
||||
# if: type = push
|
||||
# php: '7.1'
|
||||
# env: DB=postgresql
|
||||
- stage: PHP 7.0-8.1
|
||||
if: type = push
|
||||
php: '7.1'
|
||||
env: DB=postgresql
|
||||
- stage: PHP 7.0-8.1
|
||||
if: type = pull_request OR type = push
|
||||
#php: '8.1'
|
||||
php: '8.1'
|
||||
env: DB=mysql
|
||||
#- stage: PHP Dev
|
||||
# if: type = push AND branch = developdisabled
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user