Skip to content

Commit

Permalink
Update postgres version used on travis to 9.5
Browse files Browse the repository at this point in the history
Which also means the dist needs to be trusty, as documented on:

https://docs.travis-ci.com/user/database-setup/#Using-a-different-PostgreSQL-Version
  • Loading branch information
carols10cents committed Jan 15, 2017
1 parent ffe75c8 commit fe2faac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: rust
rust: stable
sudo: false
dist: trusty

cache:
directories:
Expand Down Expand Up @@ -29,7 +30,7 @@ after_success:
- travis-cargo coveralls --no-sudo

addons:
postgresql: "9.3"
postgresql: "9.5"
apt:
sources:
- kalakris-cmake
Expand Down

0 comments on commit fe2faac

Please sign in to comment.