aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-22 00:39:47 +0200
committerLoïc Hoguin <[email protected]>2015-07-22 00:39:47 +0200
commit239571d232f8930161b9c9d61f26e09c290dd22d (patch)
treee011a0c7d36f3612c50d99af5ed4a7855bfb3ff5 /circle.yml
parent889601751d10143771d0716ea9079a9b8672d19e (diff)
downloadcowboy-239571d232f8930161b9c9d61f26e09c290dd22d.tar.gz
cowboy-239571d232f8930161b9c9d61f26e09c290dd22d.tar.bz2
cowboy-239571d232f8930161b9c9d61f26e09c290dd22d.zip
Experiment with a Dialyzer step for CircleCI
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index ccf67af..ce59ac9 100644
--- a/circle.yml
+++ b/circle.yml
@@ -16,5 +16,6 @@ dependencies:
test:
override:
+ - source $HOME/erlang/OTP-18.0.2/activate && make dialyze
- make -k ci:
timeout: 3600