The following were reported by Travis' build config validation:
- root: deprecated key 'sudo' (The key `sudo` has no effect anymore.)
- env: key 'matrix' is an alias for 'jobs', using 'jobs'
- root: key 'matrix' is an alias for 'jobs', using 'jobs'
- root: missing 'os', using the default 'linux'
Resolve all of the above.
Signed-off-by: Stephen Finucane <stephen@that.guru>
language: python
+os: linux
dist: xenial
-sudo: false
python:
- 3.6
- 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