rust-postgres/.travis.yml
2016-09-10 10:31:43 -07:00

15 lines
292 B
YAML

language: rust
cache: cargo
sudo: required
rust:
- nightly
- beta
- 1.10.0
addons:
postgresql: 9.4
before_script:
- "./.travis/setup.sh"
script:
- cargo test
- cargo test --features "with-uuid with-rustc-serialize with-time with-serde_json with-chrono with-openssl with-bit-vec with-eui48"