Skip to content

Commit

Permalink
travis/mix: test for previous versions
Browse files Browse the repository at this point in the history
Test for previous versions of Elixir (1.7.4) and Erlang (21.2.6) to know
if this script would run with the available Erlang's package on Debian's
Package Repository.
  • Loading branch information
ivanhercaz committed May 9, 2020
1 parent f94a146 commit 68bc9ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ otp_release: "22.3"
env:
- MIX_ENV=test
script: mix coveralls.travis
jobs:
include:
- elixir: "1.7.4"
otp_release: "21.2.6"
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule ExTldr.MixProject do
app: :ex_tldr,
description: description(),
version: "0.2.0",
elixir: "~> 1.9",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
escript: [main_module: ExTldr, name: "extldr"],
Expand Down

0 comments on commit 68bc9ab

Please sign in to comment.