Skip to content

Commit 5346189

Browse files
committed
Setup travis
1 parent e01a633 commit 5346189

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ matrix:
1818
before_script:
1919
- mix do deps.get, deps.compile
2020
- MIX_ENV=test mix compile --warnings-as-errors
21-
- travis_wait mix dialyzer --plt
21+
# - travis_wait mix dialyzer --plt
2222

2323
script:
2424
- if [[ "$TRAVIS_ELIXIR_VERSION" == "1.10"* ]]; then mix format --check-formatted ;fi
2525
- mix credo --strict
2626
- mix coveralls.travis
27-
- mix dialyzer --halt-exit-status
27+
# - mix dialyzer --halt-exit-status
2828

2929
sudo: required
3030

0 commit comments

Comments
 (0)