Skip to content

Commit 944fe9b

Browse files
committed
use credo
1 parent 864ce2b commit 944fe9b

File tree

5 files changed

+178
-110
lines changed

5 files changed

+178
-110
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: elixir
22
elixir:
3-
- 1.2
43
- 1.3
4+
- 1.4
55
script:
66
- mix test
7+
- MIX_ENV=test mix credo --strict
78
after_success:
89
- MIX_ENV=test mix coveralls.travis

0 commit comments

Comments
 (0)