rust-postgres/.travis.yml

15 lines
429 B
YAML
Raw Normal View History

2014-08-23 23:03:56 +00:00
language: rust
2014-06-29 21:11:38 +00:00
env:
global:
- secure: Dl8GH7HCtwf0iG0EiBlQprZ5wQ7Wz8lfsMGxCSfTCjWoCbYK5+B5xuPnSaj8UYbrbXHmaZms23kSc5ZgQixuKs3zMCRDuEX1safT+t3AlhY/5/T3uyUWd1bv2Brw4TZg7M0Dubsu+3+3jNcDYv6vp+YWUNlKUcxjcX4EPrY0FKI=
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-07-16 05:59:27 +00:00
- cargo test
2014-07-29 03:04:09 +00:00
- cargo doc --no-deps
2014-06-29 21:11:38 +00:00
after_script:
2014-07-29 03:04:09 +00:00
- mv target/doc .
2014-06-29 21:11:38 +00:00
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh