Skip to content

Commit

Permalink
Merge 3609c3a into 5e7cd5b
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea committed Apr 3, 2021
2 parents 5e7cd5b + 3609c3a commit 0045e72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -17,15 +17,14 @@ jobs:
fast_finish: true
include:
# 1) sqlite, previous MW LTS stable, current SMW stable
- env: DB=sqlite; MW=REL1_31; SMW=3.2.2
- env: DB=sqlite; MW=REL1_31; SMW=3.2.3
php: 7.1
# 2) postgres, current MW non-LTS stable, current SMW stable
- env: DB=postgres; MW=REL1_34; SMW=3.2.2
- env: DB=postgres; MW=REL1_34; SMW=3.2.3
php: 7.2
# 3) mysql, current MW LTS stable, current SMW stable, COVERAGE
# temp run against cherry-pick SMW until SMW 3.2.3 is available
# temp stay with MW 1.34 until all SMW tests are passing for 1.35
- env: DB=mysql; MW=REL1_34; SMW='dev-master#229e166 as 3.2.2'; MERMAID=2.1.0; TYPE=coverage
- env: DB=mysql; MW=REL1_34; SMW=3.2.3; MERMAID=2.1.0; TYPE=coverage
php: 7.3

before_install:
Expand Down

0 comments on commit 0045e72

Please sign in to comment.