Created
November 29, 2014 15:41
-
-
Save lowks/d43a6105e51fcb796614 to your computer and use it in GitHub Desktop.
circle.yml sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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