Skip to content

Commit f4e2e65

Browse files
authored
Start testing against Elixir 1.10 (elixirs#322)
* Start testing against Elixir 1.10 * Travis doesn't support 22.2.5 yet so using 22.2.4 * Quote elixir versrion so Travis doesn't try to download 1.1
1 parent cf862b2 commit f4e2e65

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.travis.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
- script: mix credo --strict
1717
name: "Credo"
1818
stage: lint
19-
elixir: 1.9
20-
otp_release: '22.0.7'
19+
elixir: '1.10'
20+
otp_release: '22.2.4'
2121
- script: mix format --check-formatted
2222
name: "Formatter"
2323
stage: lint
24-
elixir: 1.9
25-
otp_release: '22.0.7'
24+
elixir: '1.10'
25+
otp_release: '22.2.4'
2626
- script: mix dialyzer --halt-exit-status
2727
name: "Dialyzer"
2828
stage: typecheck
2929
env:
3030
- MIX_ENV=dev
31-
elixir: 1.9
32-
otp_release: '22.0.7'
31+
elixir: '1.10'
32+
otp_release: '22.2.4'
3333
- elixir: '1.5'
3434
otp_release: '20.3.8.22'
3535
script: mix test
@@ -50,6 +50,10 @@ jobs:
5050
otp_release: '22.0.7'
5151
script: mix test
5252
stage: test
53+
- elixir: '1.10'
54+
otp_release: '22.2.4'
55+
script: mix test
56+
stage: test
5357

5458
notifications:
5559
recipients:

0 commit comments

Comments
 (0)