rust-postgres/.travis.yml
2015-02-06 09:03:49 -08:00

9 lines
135 B
YAML

language: rust
addons:
postgresql: 9.3
before_script:
- ./.travis/setup.sh
script:
- cargo test
- cargo test --features "uuid"