Skip to content

Commit

Permalink
Remove OTP 20 from Travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
prodis committed Oct 3, 2020
1 parent 580af0c commit ab01760
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ elixir:
- 1.8
- 1.7
otp_release:
- 20.0
- 21.0
- 22.0

jobs:
exclude:
- elixir: 1.10
otp_release: 20.0

install:
- mix local.hex --force
- mix local.rebar --force
Expand All @@ -31,14 +25,14 @@ script:
- mix test
- mix coveralls.travis --trace

# Leave only .plt files in build
before_cache:
- mix deps.clean --all --build
- mix clean --build

cache:
directories:
- ~/.hex
- ~/.mix
- _build
- priv/plts

# Leave only .plt files in build
before_cache:
- mix deps.clean --all --build
- mix clean --build

0 comments on commit ab01760

Please sign in to comment.