Browse Source

Merge pull request #400 from Eficent/11.0-fix-travis

[FIX] travis. set postgres version to 9.6 as 9.3 is not available in xenial.
pull/398/head
Pedro M. Baeza 5 years ago
committed by GitHub
parent
commit
bfd603169f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

1
.travis.yml

@ -7,6 +7,7 @@ sudo: false
cache: pip
addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility

Loading…
Cancel
Save