Browse Source

Use xenial for builds

rafalp 6 years ago
parent
commit
c09992531d
1 changed files with 3 additions and 4 deletions
  1. 3 4
      .travis.yml

+ 3 - 4
.travis.yml

@@ -1,10 +1,9 @@
-dist: trusty
-sudo: required
-addons:
-  postgresql: "9.4"
+dist: xenial
 language: python
 python:
   - "3.6"
+addons:
+  postgresql: "9.4"
 install:
   - pip install -U pip setuptools
   - python setup.py install