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 1ccd934 commit 6222edeCopy full SHA for 6222ede
.travis.yml
@@ -20,7 +20,6 @@ notifications:
20
script:
21
- if [ "$STRICT" = "true" ]; then mix compile --warnings-as-errors; fi
22
- mix test
23
- - mix credo
24
- if [ "$STRICT" = "true" ]; then travis_wait mix dialyzer; fi
25
- if [ "$STRICT" = "true" ]; then mix format --dry-run --check-formatted; fi
26
cache:
0 commit comments