Added trait Rateable.

This commit is contained in:
2018-10-14 20:15:31 +02:00
parent 583c0f8ce6
commit fd228caaf7
2 changed files with 42 additions and 0 deletions

14
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,14 @@
image: "rust:latest"
variables:
CARGO_HOME: $CI_PROJECT_DIR/cargo
test:cargo:
script:
- rustc --version && cargo --version
- time cargo test --verbose --jobs 1 --release
cache:
paths:
- target/
- cargo/