4a0067af6f
There's no way to identify them as opt-in in the docs which is a constant source of confusion so it's safer to just not mention them there.
15 lines
536 B
YAML
15 lines
536 B
YAML
language: rust
|
|
addons:
|
|
postgresql: 9.4
|
|
before_script:
|
|
- "./.travis/setup.sh"
|
|
script:
|
|
- cargo test
|
|
- cargo test --features "uuid rustc-serialize time unix_socket serde"
|
|
- cargo doc --no-deps --features "unix_socket"
|
|
after_success:
|
|
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
|
|
env:
|
|
global:
|
|
secure: cZEcWfKI7Pml5og9o1zBMYhbj20Pa22kYVDTDEHqvOoe0kq1cnB5sTH7P0FUgiPq2Ax4B8eQIaC30yvFJ02R7kmTys4aQD98NyCyzdO+dqYi93C9PFYGhl/DKsb4iZ2VP+8LffYSwRGsNSzE9Fj9SFRMIOjHN+UfaVHXaUVjE7Y=
|