We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7628e commit d002529Copy full SHA for d002529
.travis.yml
@@ -3,6 +3,8 @@ addons:
3
postgresql: 9.4
4
script:
5
- cargo test
6
+- (sudo service postgresql stop && sudo service postgresql start 9.1)
7
+- cargo test
8
- cargo doc --no-deps
9
after_success:
10
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
0 commit comments