From ab01760b0be33263b539895b2deedb6e0be22343 Mon Sep 17 00:00:00 2001 From: Prodis Date: Sat, 3 Oct 2020 17:25:45 +0200 Subject: [PATCH] Remove OTP 20 from Travis configuration. --- .travis.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f626c7..54861fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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