-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand build matrix #151
Expand build matrix #151
Conversation
a6b971a
to
7418ce4
Compare
7418ce4
to
c813dc6
Compare
- 19.3 | ||
- 18.3 | ||
|
||
matrix: | ||
exclude: | ||
- elixir: 1.6 | ||
otp_release: 18.3 | ||
- elixir: 1.5 | ||
otp_release: 21.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to add an exclusion for 1.7 and OTP < 19 here too. See https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? All the tests currently pass @jherdman
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one comment! Looks good 👍
- 19.3 | ||
- 18.3 | ||
|
||
matrix: | ||
exclude: | ||
- elixir: 1.6 | ||
otp_release: 18.3 | ||
- elixir: 1.5 | ||
otp_release: 21.1 | ||
|
||
env: | ||
global: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think sudo: false
can be removed now. https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll remove sudo and push it up now 👍
Going the opposite way of #150 by actually expanding the matrix to include the latest Elixir and OTP releases. As mentioned on #150, we intentionally want multiple OTP releases so we can ensure the project compiles on different combinations of Elixir and OTP.