Skip to content

Commit ed620ba

Browse files
Fix dialyzer command in travis.yml
1 parent fd68d4c commit ed620ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414
- mix deps.get --only test
1515
script:
1616
- mix test
17-
- dialyzer --no_check_plt --plt $PLT_LOCATION -Wno_match -Wno_return --no_native _build/test/lib/ex_twilio/ebin
17+
- dialyzer --no_check_plt --plt $PLT_LOCATION -Wno_match -Wno_return --no_native _build/test/lib/ecto_validation_case/ebin
1818
after_script:
1919
- MIX_ENV=docs mix deps.get
2020
- MIX_ENV=docs mix inch.report

0 commit comments

Comments
 (0)