Skip to content

Commit a1eb1f6

Browse files
committed
slow dialyzer
1 parent 54a2d07 commit a1eb1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ script:
2020
- if [ "$STRICT" = "true" ]; then mix compile --warnings-as-errors; fi
2121
- mix test
2222
- mix credo
23-
- if [ "$STRICT" = "true" ]; then mix dialyzer; fi
23+
- if [ "$STRICT" = "true" ]; then travis_wait mix dialyzer; fi
2424
- if [ "$STRICT" = "true" ]; then mix format --dry-run --check-formatted; fi
2525
cache:
2626
directories:

0 commit comments

Comments
 (0)