image: "pitkley/rust:stable"
test:cargo:
script:
- rustc --version && cargo --version
- cargo test --verbose --jobs 1 --release