We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a2d07 commit a1eb1f6Copy full SHA for a1eb1f6
.travis.yml
@@ -20,7 +20,7 @@ script:
20
- if [ "$STRICT" = "true" ]; then mix compile --warnings-as-errors; fi
21
- mix test
22
- mix credo
23
- - if [ "$STRICT" = "true" ]; then mix dialyzer; fi
+ - if [ "$STRICT" = "true" ]; then travis_wait mix dialyzer; fi
24
- if [ "$STRICT" = "true" ]; then mix format --dry-run --check-formatted; fi
25
cache:
26
directories:
0 commit comments