pull/3257/merge
Matthew Fisher 8 years ago committed by GitHub
commit bb3f79e7cc

@ -10,17 +10,9 @@ jobs:
steps: steps:
- checkout - checkout
- setup_remote_docker - setup_remote_docker
- restore_cache:
keys:
- glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
- glide- # used as a fall through if the checksum fails to find exact entry
- run: - run:
name: install dependencies name: install dependencies
command: make bootstrap command: make bootstrap
- save_cache:
key: glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
paths:
- /root/.glide # Where the glide cache is stored
- run: - run:
name: test name: test
command: .circleci/test.sh command: .circleci/test.sh

Loading…
Cancel
Save