rust-postgres/.travis.yml
2014-11-17 09:44:15 -08:00

9 lines
139 B
YAML

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