We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd68d4c commit ed620baCopy full SHA for ed620ba
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
- mix deps.get --only test
15
script:
16
- mix test
17
- - dialyzer --no_check_plt --plt $PLT_LOCATION -Wno_match -Wno_return --no_native _build/test/lib/ex_twilio/ebin
+ - dialyzer --no_check_plt --plt $PLT_LOCATION -Wno_match -Wno_return --no_native _build/test/lib/ecto_validation_case/ebin
18
after_script:
19
- MIX_ENV=docs mix deps.get
20
- MIX_ENV=docs mix inch.report
0 commit comments