rust-postgres/.travis.yml
Steven Fackler a5c1d0ddce Don't build master docs
They aren't really all that useful.
2015-05-25 20:43:09 -07:00

13 lines
217 B
YAML

language: rust
rust:
- nightly
- beta
- stable
addons:
postgresql: 9.4
before_script:
- "./.travis/setup.sh"
script:
- cargo test
- cargo test --features "uuid rustc-serialize time unix_socket serde chrono openssl"