Skip to content

Commit

Permalink
Update build matrix for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Jan 6, 2020
1 parent 38887a4 commit 1fd24e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ language: elixir
sudo: false

elixir:
- 1.5
- 1.6
- 1.8

otp_release:
- 19.3
- 20.3
- 22.1

script:
- MIX_ENV=docs mix do deps.get, inch.report
Expand All @@ -17,4 +17,4 @@ script:
matrix:
exclude:
- elixir: 1.6.0
otp_release: 18.3
otp_release: 20.3

0 comments on commit 1fd24e1

Please sign in to comment.