rust-postgres/.travis.yml

9 lines
139 B
YAML
Raw Normal View History

2014-08-23 23:03:56 +00:00
language: rust
2013-12-10 16:45:53 +00:00
addons:
postgresql: 9.3
2013-10-08 06:34:59 +00:00
before_script:
2014-08-03 01:44:45 +00:00
- ./.travis/setup.sh
2013-10-08 04:59:06 +00:00
script:
2014-11-17 17:43:10 +00:00
- cargo test
- cargo test --no-default-features