Skip to content

Commit

Permalink
travis: use xenial build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frust authored and tobiashuste committed Dec 17, 2018
1 parent 970a22c commit 7c576a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

addons:
postgresql: "9.4"
postgresql: "9.6"
apt:
packages:
- libxml2-dev
Expand All @@ -26,7 +26,7 @@ addons:
notifications:
email: false

dist: trusty
dist: xenial

sudo: false

Expand Down

0 comments on commit 7c576a3

Please sign in to comment.