Skip to content

Commit d002529

Browse files
committed
Test against Postgres 9.1 as well
1 parent ba7628e commit d002529

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ addons:
33
postgresql: 9.4
44
script:
55
- cargo test
6+
- (sudo service postgresql stop && sudo service postgresql start 9.1)
7+
- cargo test
68
- cargo doc --no-deps
79
after_success:
810
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh

0 commit comments

Comments
 (0)