rust-postgres/.travis.yml

15 lines
556 B
YAML
Raw Normal View History

2014-08-23 23:03:56 +00:00
language: rust
2013-12-10 16:45:53 +00:00
addons:
2015-02-08 06:15:32 +00:00
postgresql: 9.4
2013-10-08 06:34:59 +00:00
before_script:
- "./.travis/setup.sh"
2013-10-08 04:59:06 +00:00
script:
- cargo test
2015-02-28 04:05:17 +00:00
- cargo test --features "uuid rustc-serialize time unix_socket"
2015-02-28 04:06:12 +00:00
- cargo doc --no-deps --features "uuid rustc-serialize time unix_socket"
after_success:
2015-02-08 04:41:19 +00:00
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
env:
global:
secure: cZEcWfKI7Pml5og9o1zBMYhbj20Pa22kYVDTDEHqvOoe0kq1cnB5sTH7P0FUgiPq2Ax4B8eQIaC30yvFJ02R7kmTys4aQD98NyCyzdO+dqYi93C9PFYGhl/DKsb4iZ2VP+8LffYSwRGsNSzE9Fj9SFRMIOjHN+UfaVHXaUVjE7Y=