1 2 3 4 5 6 7 8 9 10 11 12
language: rust rust: - nightly - beta - stable addons: postgresql: 9.4 before_script: - "./.travis/setup.sh" script: - cargo test - cargo test --features "uuid rustc-serialize time unix_socket serde chrono openssl"