PostgreSQL v9.6 is only available as of Ubuntu Trusty, but not yet on Ubuntu Precise
1 files changed, 1 insertions(+), 0 deletions(-) M .travis.yml
M .travis.yml => .travis.yml +1 -0
@@ 18,6 18,7 @@ before_script: - psql -U postgres -c "CREATE ROLE byceps_test WITH LOGIN PASSWORD 'test';" script: - "python setup.py test" +dist: trusty sudo: false notifications: email: false