diff options
author | Loïc Hoguin <[email protected]> | 2015-12-18 16:38:09 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-12-18 16:38:09 +0100 |
commit | 11dcfc30fb0abc02f2ac4809869efed2d8d508e6 (patch) | |
tree | 9a9202e1fc65a9b6ecffc8ea69393a15fe769ac3 /circle.yml | |
parent | 3b31d74683b417886091b3be21b060f297043eda (diff) | |
download | ranch-11dcfc30fb0abc02f2ac4809869efed2d8d508e6.tar.gz ranch-11dcfc30fb0abc02f2ac4809869efed2d8d508e6.tar.bz2 ranch-11dcfc30fb0abc02f2ac4809869efed2d8d508e6.zip |
Fix Dialyzer test on CircleCI
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |