Skip to content

Commit 9d9ac8a

Browse files
committed
use 1.6.0 and formatter
1 parent b234f21 commit 9d9ac8a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.formatter.exs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
inputs: [
3+
"lib/**/*.ex",
4+
"config/*.exs",
5+
"test/**/*.exs",
6+
"mix.exs"
7+
]
8+
]

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ elixir:
33
- 1.3.4
44
- 1.4
55
- 1.5
6-
- 1.6.0-rc.0
6+
- 1.6.0
77
otp_release:
88
- 18.3
99
- 19.3
@@ -12,11 +12,13 @@ otp_release:
1212
matrix:
1313
allow_failures:
1414
- elixir: 1.3.4
15-
- elixir: 1.6.0-rc.0
15+
- elixir: 1.4
16+
- elixir: 1.5
1617

1718
notifications:
1819
email:
1920
2021
script:
2122
- mix test
2223
- mix credo
24+
- mix format --dry-run --check-formatted

0 commit comments

Comments
 (0)