Skip to content

Commit

Permalink
Only test default sqlite/mysql/mysqli on PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 15, 2018
1 parent d5e3f06 commit 6331151
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 @@ -63,6 +63,12 @@ jobs:
env: DB=mysql
- php: 7.1
env: DB=mysqli
- php: 7.2
env: DB=sqlite
- php: 7.2
env: DB=mysql
- php: 7.2
env: DB=mysqli

include:
- stage: Test
Expand Down

0 comments on commit 6331151

Please sign in to comment.