Skip to content

Commit

Permalink
travis: test different Elixir and Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhercaz committed May 9, 2020
1 parent 68bc9ab commit 9baa8c0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: elixir
elixir: "1.9.4"
otp_release: "22.3"
elixir:
- "1.9"
- "1.8"
- "1.7"
otp_release:
- "22.3"
- "21.2.6"
env:
- MIX_ENV=test
script: mix coveralls.travis
jobs:
include:
- elixir: "1.7.4"
otp_release: "21.2.6"

0 comments on commit 9baa8c0

Please sign in to comment.