Update dependencies.

This commit is contained in:
2016-11-30 11:12:49 +01:00
parent a2141a2011
commit be44337228
4 changed files with 42 additions and 15 deletions

14
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,14 @@
image: "scorpil/rust:stable"
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/