Browse Source

Fix mysql configuration in .travis.yml

pull/214/head
Pēteris Caune 6 years ago
parent
commit
28483020bf
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@ -11,6 +11,8 @@ env:
- DB=sqlite
- DB=mysql
- DB=postgres
services:
- mysql
addons:
postgresql: "9.6"
script:


Loading…
Cancel
Save