summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f15f59..50b87a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: python
+os: linux
dist: xenial
-sudo: false
python:
- 3.6
@@ -16,14 +16,14 @@ services:
- postgresql
env:
- matrix:
+ jobs:
- PW_TEST_DB_TYPE=postgres PW_TEST_DB_USER=postgres
- PW_TEST_DB_TYPE=mysql PW_TEST_DB_USER=root
global:
- PW_TEST_DB_PASS=""
- PW_TEST_DB_HOST="localhost"
-matrix:
+jobs:
include:
- addons:
mariadb: 10.3