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

@ -10,17 +10,9 @@ jobs:
steps:
- checkout
- 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:
name: install dependencies
command: make bootstrap
- save_cache:
key: glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
paths:
- /root/.glide # Where the glide cache is stored
- run:
name: test
command: .circleci/test.sh

Loading…
Cancel
Save