Browse Source

Experiment with a Dialyzer step for CircleCI

Loïc Hoguin 10 years ago
parent
commit
239571d232
1 changed files with 1 additions and 0 deletions
  1. 1 0
      circle.yml

+ 1 - 0
circle.yml

@@ -16,5 +16,6 @@ dependencies:
 
 
 test:
 test:
   override:
   override:
+    - source $HOME/erlang/OTP-18.0.2/activate && make dialyze
     - make -k ci:
     - make -k ci:
         timeout: 3600
         timeout: 3600