Browse Source

Fix Dialyzer test on CircleCI

Loïc Hoguin 9 years ago
parent
commit
11dcfc30fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      circle.yml

+ 1 - 1
circle.yml

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