Skip to content

Commit

Permalink
Update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
safwank committed Jun 8, 2019
1 parent 3708922 commit 84d64f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ language: elixir

matrix:
include:
- elixir: '1.5'
otp_release: '19.2'
- elixir: '1.5'
otp_release: '20.3'
- elixir: '1.6'
otp_release: '19.2'
- elixir: '1.6'
Expand All @@ -18,6 +14,12 @@ matrix:
otp_release: '20.3'
- elixir: '1.7'
otp_release: '21.1'
- elixir: '1.8'
otp_release: '20.3'
- elixir: '1.8'
otp_release: '21.1'
- elixir: '1.8'
otp_release: '22.0'

script:
- "mix"
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Retry.Mixfile do
description:
"Simple Elixir macros for linear retry, exponential backoff and wait with composable delays.",
version: "0.12.0",
elixir: "~> 1.5",
elixir: "~> 1.6",
source_url: "https://github.com/safwank/ElixirRetry",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 84d64f6

Please sign in to comment.