2014-08-23 23:03:56 +00:00
|
|
|
language: rust
|
2015-07-31 04:24:59 +00:00
|
|
|
sudo: required
|
2015-04-28 05:56:06 +00:00
|
|
|
rust:
|
|
|
|
- nightly
|
|
|
|
- beta
|
2016-07-08 04:06:00 +00:00
|
|
|
- 1.9.0
|
2013-12-10 16:45:53 +00:00
|
|
|
addons:
|
2015-02-08 06:15:32 +00:00
|
|
|
postgresql: 9.4
|
2013-10-08 06:34:59 +00:00
|
|
|
before_script:
|
2015-02-08 04:33:44 +00:00
|
|
|
- "./.travis/setup.sh"
|
2013-10-08 04:59:06 +00:00
|
|
|
script:
|
2015-02-08 04:33:44 +00:00
|
|
|
- cargo test
|
2016-02-14 02:46:56 +00:00
|
|
|
- cargo test --features "uuid rustc-serialize time unix_socket serde_json chrono openssl bit-vec eui48"
|
2016-03-27 20:02:04 +00:00
|
|
|
- (test $TRAVIS_RUST_VERSION != "nightly" || cargo test --features nightly)
|