Skip to content

Commit

Permalink
Merge pull request #185 from martide/travis-matrix
Browse files Browse the repository at this point in the history
Add Travis OTP 21
  • Loading branch information
philss committed Jun 28, 2018
2 parents 4c615ee + b89c42a commit abcd740
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Expand Up @@ -6,7 +6,8 @@ elixir:
- 1.4
- 1.3
otp_release:
- 20.2
- 21.0
- 20.3
- 20.0
- 19.3

Expand All @@ -15,7 +16,13 @@ matrix:
- elixir: 1.3
otp_release: 20.0
- elixir: 1.3
otp_release: 20.2
otp_release: 20.3
- elixir: 1.3
otp_release: 21.0
- elixir: 1.4
otp_release: 21.0
- elixir: 1.5
otp_release: 21.0
- elixir: 1.6
otp_release: 19.3

Expand Down

0 comments on commit abcd740

Please sign in to comment.