Skip to content

Commit c1e7dfa

Browse files
More travis config
1 parent 98cb5a5 commit c1e7dfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ install:
1818

1919
script:
2020
- mix test
21-
- mix dialyzer --halt-exit-status
21+
- mix credo --strict
22+
- mix dialyzer
2223

2324
# Leave only the .plt files in build
2425
before_cache:

0 commit comments

Comments
 (0)