Skip to content

Commit

Permalink
Merge pull request #503 from integer32llc/upgrade-postgres-on-travis
Browse files Browse the repository at this point in the history
Update postgres version used on travis to 9.5
  • Loading branch information
alexcrichton authored Jan 15, 2017
2 parents ffe75c8 + fe2faac commit 4f09d9f
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 4f09d9f

Please sign in to comment.