Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Dec 3, 2019
1 parent c846384 commit 4e9ea2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ matrix:
- dist: xenial
env: ENGINE=PDO_MYSQL80
php: 7.3
- dist: xenial
env: ENGINE=PDO_MYSQL80
php: 7.4
- dist: xenial
env: ENGINE=SQLite3
php: 7.4

before_script:
- if [[ $ENGINE = PDO_MYSQL56 ]]; then ENGINE=PDO_MYSQL; fi;
Expand Down

0 comments on commit 4e9ea2d

Please sign in to comment.