rust-postgres/.travis.yml
Steven Fackler 7e48593a54 Check domain for openssl wrapper
Also update the expired certs we were using.
2016-09-10 10:30:47 -07:00

16 lines
344 B
YAML

language: rust
cache: cargo
sudo: required
rust:
- nightly
- beta
- 1.9.0
addons:
postgresql: 9.4
before_script:
- "./.travis/setup.sh"
script:
- cargo test
- cargo test --features "uuid rustc-serialize time unix_socket serde_json chrono with-openssl bit-vec eui48"
- (test $TRAVIS_RUST_VERSION != "nightly" || cargo test --features nightly)