remove circleci builds

This commit is contained in:
Greg 2019-03-02 22:31:51 -05:00
parent aee2b5209c
commit c7cb1812bf
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2

View file

@ -1,23 +0,0 @@
version: 2
jobs:
build:
docker:
- image: rustlang/rust:nightly-slim
steps:
- checkout
- restore_cache:
key: v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
- run:
name: Test
command: cargo check
- save_cache:
paths:
- "~/.cargo"
- "./target"
- /usr/local/cargo/registry
key: v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}