~homeworkprod/byceps

3beaa96d910b36c05dfa41af8f22073a10dcab53 — Jochen Kupperschmidt 6 years ago 5c73474
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