1 2 3 4 5 6 7 8
language: rust addons: postgresql: 9.3 before_script: - ./.travis/setup.sh script: - cargo test - cargo test --no-default-features