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 b234f21 commit 9d9ac8aCopy full SHA for 9d9ac8a
.formatter.exs
@@ -0,0 +1,8 @@
1
+[
2
+ inputs: [
3
+ "lib/**/*.ex",
4
+ "config/*.exs",
5
+ "test/**/*.exs",
6
+ "mix.exs"
7
+ ]
8
+]
.travis.yml
@@ -3,7 +3,7 @@ elixir:
- 1.3.4
- 1.4
- 1.5
- - 1.6.0-rc.0
+ - 1.6.0
otp_release:
- 18.3
9
- 19.3
@@ -12,11 +12,13 @@ otp_release:
12
matrix:
13
allow_failures:
14
- elixir: 1.3.4
15
- - elixir: 1.6.0-rc.0
+ - elixir: 1.4
16
+ - elixir: 1.5
17
18
notifications:
19
email:
20
- [email protected]
21
script:
22
- mix test
23
- mix credo
24
+ - mix format --dry-run --check-formatted
0 commit comments