aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
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