Skip to content

Commit

Permalink
Merge pull request #32 from jlgeering/newer-elixir-erlang
Browse files Browse the repository at this point in the history
newer elixir and erlang versions in travis-ci config
  • Loading branch information
deadtrickster authored Jun 30, 2020
2 parents 6b24f9c + 048364a commit e66532e
Showing 1 changed file with 38 additions and 6 deletions.
44 changes: 38 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,43 @@
language: elixir
sudo: false
elixir:
- 1.6.6
- 1.7.2
otp_release:
- 20.3
- 21.0

# see https://hexdocs.pm/elixir/master/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
# and https://docs.travis-ci.com/user/languages/erlang/
jobs:
include:
- elixir: 1.6.6
otp_release: 20.3.8
- elixir: 1.6.6
otp_release: 21.2

- elixir: 1.7.4
otp_release: 20.3.8
- elixir: 1.7.4
otp_release: 21.2
- elixir: 1.7.4
otp_release: 22.3.4

- elixir: 1.8.2
otp_release: 20.3.8
- elixir: 1.8.2
otp_release: 21.2
- elixir: 1.8.2
otp_release: 22.3.4

- elixir: 1.9.4
otp_release: 20.3.8
- elixir: 1.9.4
otp_release: 21.2
- elixir: 1.9.4
otp_release: 22.3.4

- elixir: 1.10.3
otp_release: 21.2
- elixir: 1.10.3
otp_release: 22.3.4
- elixir: 1.10.3
otp_release: 23.0.2

before_script:
- mix deps.get --only test
script:
Expand Down

0 comments on commit e66532e

Please sign in to comment.