Last active
May 4, 2017 15:30
-
-
Save cball/32798d43d26cbf8f4183 to your computer and use it in GitHub Desktop.
circle.yml for ember apps
This file contains 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
machine: | |
node: | |
version: 6.9.1 | |
dependencies: | |
override: | |
- yarn | |
cache_directories: | |
- ~/.cache/yarn | |
test: | |
override: | |
- yarn test | |
# deployment: | |
# production: | |
# branch: master | |
# commands: | |
# - ember deploy staging --activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment