aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-21 21:11:21 +0200
committerLoïc Hoguin <[email protected]>2015-07-21 21:11:21 +0200
commit902f8469aa0b05ceaf897b08c07c01a1ddfbc150 (patch)
tree79b1121b6fe97beb49a085a53d7752981c0e377c /circle.yml
parent70e49fd619f9fd2d21a9e33bb73cf73d4df4fd7c (diff)
downloadcowboy-902f8469aa0b05ceaf897b08c07c01a1ddfbc150.tar.gz
cowboy-902f8469aa0b05ceaf897b08c07c01a1ddfbc150.tar.bz2
cowboy-902f8469aa0b05ceaf897b08c07c01a1ddfbc150.zip
Add logs/ as CircleCI artifact
To be kept after the run ends.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 82ffd4c..ccf67af 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1,3 +1,7 @@
+general:
+ artifacts:
+ - "logs"
+
dependencies:
cache_directories:
- "~/.kerl"