Skip to content

Commit

Permalink
correctly specify otp_release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Menninger committed Jan 8, 2021
1 parent 020160a commit 4b8447a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ elixir:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
otp_release: '20.0'
sudo: false
before_script:
- mix deps.get --only test
Expand All @@ -17,3 +16,9 @@ script:
after_script:
- mix deps.get --only docs
- MIX_ENV=docs mix inch.report
jobs:
include:
- elixir: '1.10'
otp_release: '21.0'
- elixir: '1.11'
otp_release: '21.0'

0 comments on commit 4b8447a

Please sign in to comment.