Skip to content

Commit 4f09d9f

Browse files
authored
Merge pull request #503 from integer32llc/upgrade-postgres-on-travis
Update postgres version used on travis to 9.5
2 parents ffe75c8 + fe2faac commit 4f09d9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: rust
22
rust: stable
33
sudo: false
4+
dist: trusty
45

56
cache:
67
directories:
@@ -29,7 +30,7 @@ after_success:
2930
- travis-cargo coveralls --no-sudo
3031

3132
addons:
32-
postgresql: "9.3"
33+
postgresql: "9.5"
3334
apt:
3435
sources:
3536
- kalakris-cmake

0 commit comments

Comments
 (0)