Skip to content

Instantly share code, notes, and snippets.

@lowks
Created November 29, 2014 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lowks/d43a6105e51fcb796614 to your computer and use it in GitHub Desktop.
Save lowks/d43a6105e51fcb796614 to your computer and use it in GitHub Desktop.
circle.yml sample
dependencies:
pre:
- script/circleci/prepare.sh
cache_directories:
- ~/dependencies
- ~/.mix
- _build
- deps
test:
override:
- script/circleci/test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment