Browse Source
Fix mysql configuration in .travis.yml
pull/214/head
Pēteris Caune
6 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
2 additions and
0 deletions
-
.travis.yml
|
@ -11,6 +11,8 @@ env: |
|
|
- DB=sqlite |
|
|
- DB=sqlite |
|
|
- DB=mysql |
|
|
- DB=mysql |
|
|
- DB=postgres |
|
|
- DB=postgres |
|
|
|
|
|
services: |
|
|
|
|
|
- mysql |
|
|
addons: |
|
|
addons: |
|
|
postgresql: "9.6" |
|
|
postgresql: "9.6" |
|
|
script: |
|
|
script: |
|
|