aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-18 16:38:09 +0100
committerLoïc Hoguin <[email protected]>2015-12-18 16:38:09 +0100
commit11dcfc30fb0abc02f2ac4809869efed2d8d508e6 (patch)
tree9a9202e1fc65a9b6ecffc8ea69393a15fe769ac3
parent3b31d74683b417886091b3be21b060f297043eda (diff)
downloadranch-11dcfc30fb0abc02f2ac4809869efed2d8d508e6.tar.gz
ranch-11dcfc30fb0abc02f2ac4809869efed2d8d508e6.tar.bz2
ranch-11dcfc30fb0abc02f2ac4809869efed2d8d508e6.zip
Fix Dialyzer test on CircleCI
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 5ef521a..330552f 100644
--- a/circle.yml
+++ b/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