aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-21 21:05:58 +0200
committerLoïc Hoguin <[email protected]>2015-07-21 21:07:04 +0200
commit70e49fd619f9fd2d21a9e33bb73cf73d4df4fd7c (patch)
tree3488fe7bb0666165712ad4a34638d5fef8829729 /circle.yml
parent12a4cc5947852fc8b94c133bcbf482a4f085982e (diff)
downloadcowboy-70e49fd619f9fd2d21a9e33bb73cf73d4df4fd7c.tar.gz
cowboy-70e49fd619f9fd2d21a9e33bb73cf73d4df4fd7c.tar.bz2
cowboy-70e49fd619f9fd2d21a9e33bb73cf73d4df4fd7c.zip
Don't ignore failure when doing 'make ci'
The best way to use 'make ci' is 'make -k ci', then it will complete its run even if a version fails, and still exit with an error code.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 9192be4..82ffd4c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -12,5 +12,5 @@ dependencies:
test:
override:
- - make ci:
+ - make -k ci:
timeout: 3600