diff --git a/.travis.yml b/.travis.yml index 4973b492b..1635d04c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,11 @@ script: - cargo test --all env: - DATABASE_URL=postgres://rrr:rrr@localhost/rrr + global: + - PGPORT=5433 addons: - postgresql: "11.2" + postgresql: "10" + apt: + packages: + - postgresql-10 + - postgresql-client-10