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=
|
2014-11-06 15:53:16 +00:00
|
|
|
matrix:
|
|
|
|
- FEATURES=""
|
|
|
|
- FEATURES="uuid_type"
|
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-06 15:53:16 +00:00
|
|
|
- cargo test --features "$FEATURES"
|
|
|
|
- cargo doc --no-deps --features "uuid_type"
|
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
|