Skip to content

Commit

Permalink
ci: add OTP 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Jun 25, 2018
1 parent cdb9e36 commit 2122dc2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: elixir
elixir:
- 1.4.5
- 1.5.3
- 1.6.5
otp_release:
- 19.2
- 20.3.1
matrix:
include:
- elixir: 1.4.5
otp_release: 19.2
- elixir: 1.5.3
otp_release: 20.3.1
- elixir: 1.6.6
otp_release: 20.1
script:
- "MIX_ENV=test mix do deps.get, compile, coveralls.travis"

0 comments on commit 2122dc2

Please sign in to comment.